This commit is contained in:
2026-03-21 18:25:30 +01:00
parent d2a13b3c01
commit 93d27059af
7 changed files with 122 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
<form col="4">
<label name="reference"/>
<field name="reference"/>
<label name="date"/>
<field name="date"/>
<label name="type"/>
<field name="type"/>
<label name="status"/>
<field name="status"/>
<label name="laboratory"/>
<field name="laboratory"/>
<label name="filename"/>
<field name="filename"/>
<newline/>
<field name="lines" colspan="4"/>
</form>

View File

@@ -0,0 +1,8 @@
<tree editable="1">
<field name="element"/>
<field name="value"/>
<field name="unit"/>
<field name="category"/>
<field name="method"/>
<field name="is_payable"/>
</tree>

View File

@@ -0,0 +1,8 @@
<tree editable="1">
<field name="reference"/>
<field name="date"/>
<field name="type"/>
<field name="status"/>
<field name="laboratory"/>
<field name="filename"/>
</tree>

View File

@@ -55,8 +55,8 @@ 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="Quality Analysis" col="4" id="qa">
<field name="quality_analysis" mode="form,tree" view_ids="purchase_trade.quality_analysis_view_form,purchase_trade.quality_analysis_view_tree"/>
<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="Lots" col="4" id="lots">
<field name="lots" mode="tree,form" view_ids="lot.lot_view_tree_sequence,lot.lot_view_form"/>