This commit is contained in:
2026-02-08 08:52:30 +01:00
parent c1a4b442a3
commit a09a88ff5f
11 changed files with 265 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<form>
<label name="reference"/>
<field name="reference"/>
<newline/>
<label name="purchase"/>
<field name="purchase" mode="form" view_ids="purchase_trade.purchase_btb_view_form"/>
<newline/>
<label name="sale"/>
<field name="sale" mode="form" view_ids="purchase_trade.sale_btb_view_form"/>
</form>