Initial import from Docker volume
This commit is contained in:
48
modules/purchase_trade/view/party_view_form.xml
Normal file
48
modules/purchase_trade/view/party_view_form.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<data>
|
||||
<xpath expr="/form/notebook/page[@id='accounting']" position="after">
|
||||
<page string="Credit Risk" id="cr">
|
||||
<group id="cl">
|
||||
<label name="credit_limit"/>
|
||||
<field name="credit_limit"/>
|
||||
<label name="credit_currency"/>
|
||||
<field name="credit_currency"/>
|
||||
<label name="credit_exposure"/>
|
||||
<field name="credit_exposure"/>
|
||||
<label name="utilization"/>
|
||||
<field name="utilization"/>
|
||||
</group>
|
||||
<newline/>
|
||||
<group id="cl">
|
||||
<label name="aging_0_30"/>
|
||||
<field name="aging_0_30"/>
|
||||
<label name="aging_31_60"/>
|
||||
<field name="aging_31_60"/>
|
||||
<label name="aging_61_90"/>
|
||||
<field name="aging_61_90"/>
|
||||
<label name="aging_90p"/>
|
||||
<field name="aging_90p"/>
|
||||
</group>
|
||||
<newline/>
|
||||
<group id="cl">
|
||||
<label name="risk_score"/>
|
||||
<field name="risk_score"/>
|
||||
<label name="risk_level"/>
|
||||
<field name="risk_level"/>
|
||||
</group>
|
||||
<notebook>
|
||||
<page string="Acceptable Currencies" id="ac">
|
||||
<field name="acceptable_currencies"/>
|
||||
</page>
|
||||
<page string="Payment Conditions" id="pc">
|
||||
<field name="payment_conditions"/>
|
||||
</page>
|
||||
<page string="Internal Limit" id="il">
|
||||
<field name="internal_limit"/>
|
||||
</page>
|
||||
<page string="Insurance Limit" id="inl">
|
||||
<field name="insurance_limit"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user