Create mirror action

This commit is contained in:
2026-07-27 20:24:44 +02:00
parent 9429f7d2e3
commit 0ffd43149b
13 changed files with 710 additions and 38 deletions

View 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>

View 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>

View File

@@ -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>

View File

@@ -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>