Go to matching action

This commit is contained in:
2026-05-17 09:50:22 +02:00
parent 74b6425e93
commit 3877ff0b6f
5 changed files with 199 additions and 35 deletions

View File

@@ -0,0 +1,12 @@
<form col="8">
<notebook colspan="8">
<page string="Matching" col="8" id="matching">
<field name="lot_p" colspan="8" mode="tree" view_ids="purchase_trade.matching_lot_view_tree"/>
<label name="tot_p"/>
<field name="tot_p"/>
<field name="lot_s" colspan="8" mode="tree" view_ids="purchase_trade.matching_lot_view_tree2"/>
<label name="tot_s"/>
<field name="tot_s"/>
</page>
</notebook>
</form>