Purchase & Sale

This commit is contained in:
2026-07-26 16:56:14 +02:00
parent ada4c445c8
commit 439e9002aa
2 changed files with 34 additions and 32 deletions

View File

@@ -149,7 +149,22 @@ this repository contains the full copyright notices and license terms. -->
colspan="12" col="1" panel="card" icon="tryton-public"
xalign="0" yalign="0"
col_widths="1fr">
<field name="price_pricing" colspan="1" height="180"/>
<notebook colspan="1">
<page string="Components" col="4" id="components">
<field name="price_components" mode="tree,form"
view_ids="purchase_trade.component_view_tree_sequence,purchase_trade.component_view_form"/>
</page>
<page string="Pricing dates" col="4" id="pricing_date">
<field name="price_pricing" height="180"/>
</page>
<page string="Summary" col="4" id="summary">
<field name="price_summary"/>
</page>
<page string="Report" col="4" id="report">
<label name="pricing_rule"/>
<field name="pricing_rule"/>
</page>
</notebook>
</group>
<group id="attributes_description" string="Description"
colspan="12" col="1" panel="card" icon="tryton-note"
@@ -243,23 +258,9 @@ this repository contains the full copyright notices and license terms. -->
<page string="Derivatives" col="4" id="der">
<field name="derivatives" colspan="4"/>
</page>
<page string="Pricing" col="4" id="pricing">
<notebook colspan="4">
<page string="Components" col="4" id="components">
<field name="price_components" mode="tree,form" view_ids="purchase_trade.component_view_tree_sequence,purchase_trade.component_view_form"/>
</page>
<page string="Summary" col="4" id="summary">
<field name="price_summary" />
</page>
<page string="Report" col="4" id="report">
<label name="pricing_rule" />
<field name="pricing_rule" />
</page>
</notebook>
<page string="Estimated dates" col="4" id="estimated">
<field name="estimated_date" />
</page>
<page string="Estimated dates" col="4" id="estimated">
<field name="estimated_date" />
</page>
<page string="Optionals Scenarios" col="4" id="opt">
<field name="optional" />
</page>

View File

@@ -144,7 +144,22 @@ this repository contains the full copyright notices and license terms. -->
colspan="12" col="1" panel="card" icon="tryton-public"
xalign="0" yalign="0"
col_widths="1fr">
<field name="price_pricing" colspan="1" height="180"/>
<notebook colspan="1">
<page string="Components" col="4" id="components">
<field name="price_components" mode="tree,form"
view_ids="purchase_trade.component_view_tree_sequence2,purchase_trade.component_view_form2"/>
</page>
<page string="Pricing dates" col="4" id="pricing_date">
<field name="price_pricing" height="180"/>
</page>
<page string="Summary" col="4" id="summary">
<field name="price_summary"/>
</page>
<page string="Report" col="4" id="report">
<label name="pricing_rule"/>
<field name="pricing_rule"/>
</page>
</notebook>
</group>
<group id="description" string="Description"
colspan="12" col="1" panel="card" icon="tryton-note"
@@ -215,20 +230,6 @@ this repository contains the full copyright notices and license terms. -->
<page string="Estimated dates" col="4" id="estimated">
<field name="estimated_date" />
</page>
<page string="Pricing" col="4" id="pricing">
<notebook colspan="4">
<page string="Components" col="4" id="components">
<field name="price_components" mode="tree,form" view_ids="purchase_trade.component_view_tree_sequence2,purchase_trade.component_view_form2"/>
</page>
<page string="Summary" col="4" id="summary">
<field name="price_summary" />
</page>
<page string="Report" col="4" id="report">
<label name="pricing_rule" />
<field name="pricing_rule" />
</page>
</notebook>
</page>
<page string="Price composition" col="4" id="pc">
<field name="price_composition" view_ids="purchase_trade.price_composition_view_tree"/>
</page>