12.03.26
This commit is contained in:
4
modules/purchase_trade/view/price_composition_tree.xml
Normal file
4
modules/purchase_trade/view/price_composition_tree.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<tree editable="1">
|
||||
<field name="component"/>
|
||||
<field name="price"/>
|
||||
</tree>
|
||||
@@ -54,7 +54,7 @@ this repository contains the full copyright notices and license terms. -->
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@id='taxes']" position="before">
|
||||
<page string="Price composition" col="4" id="pc">
|
||||
<field name="price_composition"/>
|
||||
<field name="price_composition" view_ids="purchase_trade.price_composition_view_tree"/>
|
||||
</page>
|
||||
<page string="Lots" col="4" id="lots">
|
||||
<field name="lots" view_ids="lot.lot_view_tree_sequence"/>
|
||||
|
||||
Reference in New Issue
Block a user