This commit is contained in:
2026-02-01 17:55:54 +01:00
parent 9a66952f50
commit 88eb890c46
5 changed files with 64 additions and 2 deletions

View File

@@ -11,4 +11,6 @@
<field name="forex_id"/>
<label name="payload"/>
<field name="payload"/>
<label name="automation"/>
<field name="automation"/>
</form>

View File

@@ -111,6 +111,21 @@ this repository contains the full copyright notices and license terms. -->
</xpath>
<xpath expr="//page[@id='other']" position="after">
<page string="Weight Report" col="4" id="wr">
<label name="controller"/>
<field name="controller"/>
<label name="send_instruction"/>
<field name="send_instruction"/>
<newline/>
<label name="instructions"/>
<field name="instructions"/>
<label name="add_bl"/>
<field name="add_bl"/>
<label name="add_invoice"/>
<field name="add_invoice"/>
<newline/>
<label name="returned_id"/>
<field name="returned_id"/>
<newline/>
<field name="shipment_wr" colspan="4" mode="tree" view_ids="purchase_trade.shipment_wr_view_tree"/>
</page>
</xpath>