20.03.26
This commit is contained in:
@@ -167,6 +167,11 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<field name="type">tree</field>
|
||||
<field name="name">quality_analysis_tree</field>
|
||||
</record>
|
||||
<record model="ir.ui.view" id="quality_analysis_view_form">
|
||||
<field name="model">quality.analysis</field>
|
||||
<field name="type">form</field>
|
||||
<field name="name">quality_analysis_form</field>
|
||||
</record>
|
||||
|
||||
<menuitem
|
||||
name="Pnl Report"
|
||||
|
||||
@@ -56,7 +56,7 @@ this repository contains the full copyright notices and license terms. -->
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@id='taxes']" position="before">
|
||||
<page string="Quality Analysis" col="4" id="qa">
|
||||
<field name="quality_analysis" mode="tree" view_ids="purchase_trade.quality_analysis_view_tree"/>
|
||||
<field name="quality_analysis" mode="tree,form" view_ids="purchase_trade.quality_analysis_view_tree,purchase_trade.quality_analysis_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"/>
|
||||
|
||||
8
modules/purchase_trade/view/quality_analysis_form.xml
Normal file
8
modules/purchase_trade/view/quality_analysis_form.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<form>
|
||||
<label name="reference"/>
|
||||
<field name="reference"/>
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
<label name="attributes"/>
|
||||
<field name="attributes"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user