Create mirror action
This commit is contained in:
14
modules/purchase_trade/view/mirror_line_tree.xml
Normal file
14
modules/purchase_trade/view/mirror_line_tree.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<tree editable="1">
|
||||
<field name="source_lqt"/>
|
||||
<field name="source_lot"/>
|
||||
<field name="product"/>
|
||||
<field name="price"/>
|
||||
<field name="currency_unit"/>
|
||||
<field name="quantity"/>
|
||||
<field name="unit"/>
|
||||
<field name="price_type"/>
|
||||
<field name="premium"/>
|
||||
<field name="del_period"/>
|
||||
<field name="from_del"/>
|
||||
<field name="to_del"/>
|
||||
</tree>
|
||||
34
modules/purchase_trade/view/mirror_start_form.xml
Normal file
34
modules/purchase_trade/view/mirror_start_form.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<form col="4">
|
||||
<label name="type"/>
|
||||
<field name="type"/>
|
||||
<label name="selected_source_count"/>
|
||||
<field name="selected_source_count"/>
|
||||
<field name="selected_source_ids" invisible="1"/>
|
||||
<newline/>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
<newline/>
|
||||
<label name="payment_term"/>
|
||||
<field name="payment_term"/>
|
||||
<label name="incoterm"/>
|
||||
<field name="incoterm"/>
|
||||
<newline/>
|
||||
<label name="reference"/>
|
||||
<field name="reference"/>
|
||||
<label name="crop"/>
|
||||
<field name="crop"/>
|
||||
<newline/>
|
||||
<label name="from_location"/>
|
||||
<field name="from_location"/>
|
||||
<label name="to_location"/>
|
||||
<field name="to_location"/>
|
||||
<newline/>
|
||||
<label name="tol_min"/>
|
||||
<field name="tol_min"/>
|
||||
<label name="tol_max"/>
|
||||
<field name="tol_max"/>
|
||||
<newline/>
|
||||
<field name="lines" colspan="4"/>
|
||||
</form>
|
||||
@@ -4,6 +4,7 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="/form/group[@id='hd'][2]" position="replace"/>
|
||||
<xpath expr="/form/group[@id='buttons']" position="replace"/>
|
||||
<xpath expr="/form/group[@id='links']" position="replace"/>
|
||||
<xpath expr="/form/field[@name='party_lang']" position="before">
|
||||
<field name="allow_modification_after_validation" invisible="1"/>
|
||||
</xpath>
|
||||
|
||||
@@ -4,6 +4,7 @@ this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="/form/group[@id='hd'][2]" position="replace"/>
|
||||
<xpath expr="/form/group[@id='buttons']" position="replace"/>
|
||||
<xpath expr="/form/group[@id='links']" position="replace"/>
|
||||
<xpath expr="/form/field[@name='party_lang']" position="before">
|
||||
<field name="allow_modification_after_validation" invisible="1"/>
|
||||
</xpath>
|
||||
|
||||
Reference in New Issue
Block a user