This commit is contained in:
2026-03-22 11:22:09 +01:00
parent 85bb272edf
commit d10d805753
6 changed files with 113 additions and 3 deletions

View File

@@ -55,9 +55,15 @@ this repository contains the full copyright notices and license terms. -->
<field name="certif"/>
</xpath>
<xpath expr="/form/notebook/page[@id='taxes']" position="before">
<page string="Assays" col="4" id="as">
<field name="assays" mode="tree,form" view_ids="purchase_trade.assay_view_tree,purchase_trade.assay_view_form"/>
</page>
<page string="Concentrate" col="4" id="co">
<notebook colspan="4">
<page string="Assays" col="4" id="as">
<field name="assays" mode="tree,form" view_ids="purchase_trade.assay_view_tree,purchase_trade.assay_view_form"/>
</page>
<page string="Term" col="4" id="te">
<field name="terms" mode="tree,form" view_ids="purchase_trade.concentrate_view_tree,purchase_trade.concentrate_view_form"/>
</page>
</notebook>
<page string="Lots" col="4" id="lots">
<field name="lots" mode="tree,form" view_ids="lot.lot_view_tree_sequence,lot.lot_view_form"/>
</page>