This commit is contained in:
2026-02-08 09:14:52 +01:00
parent cb6c1819f4
commit 8c033f4eab
3 changed files with 12 additions and 14 deletions

View File

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

View File

@@ -28,7 +28,7 @@ this repository contains the full copyright notices and license terms. -->
<page string="Purchase" id="purchase">
<field name="lines" colspan="4"
view_ids="purchase.purchase_line_view_tree_sequence"/>
<notebook colspan="6">
<!-- <notebook colspan="6">
<page string="State" id="state">
<group col="2" colspan="2" id="states" yfill="1">
<label name="invoice_state"/>
@@ -47,13 +47,12 @@ this repository contains the full copyright notices and license terms. -->
<field name="total_amount" xalign="1.0" xexpand="0"/>
</group>
</page>
</notebook>
</notebook> -->
</page>
</notebook>
<group id="links" col="-1" colspan="3">
<!-- <group id="links" col="-1" colspan="3">
<link icon="tryton-shipment-in" name="purchase.act_shipment_form"/>
<link icon="tryton-account" name="purchase.act_invoice_form"/>
<!-- <link icon="tryton-shipment-out" name="purchase.act_return_form"/> -->
</group>
<group col="-1" colspan="3" id="buttons">
<button name="cancel" icon="tryton-cancel"/>
@@ -65,6 +64,6 @@ this repository contains the full copyright notices and license terms. -->
<button name="confirm" icon="tryton-ok"/>
<button name="process"/>
<button name="manual_invoice" icon="tryton-forward"/>
</group>
</group> -->
<field name="party_lang" invisible="1" colspan="6"/>
</form>

View File

@@ -30,7 +30,7 @@ this repository contains the full copyright notices and license terms. -->
<page string="Sale" id="sale">
<field name="lines" colspan="4"
view_ids="sale.sale_line_view_tree_sequence"/>
<notebook colspan="6">
<!-- <notebook colspan="6">
<page string="State" id="state">
<group col="2" colspan="2" id="states" yfill="1">
<label name="invoice_state"/>
@@ -49,10 +49,10 @@ this repository contains the full copyright notices and license terms. -->
<field name="total_amount" xalign="1.0" xexpand="0"/>
</group>
</page>
</notebook>
</notebook> -->
</page>
</notebook>
<group id="links" col="-1" colspan="3">
<!-- <group id="links" col="-1" colspan="3">
<link icon="tryton-shipment-out" name="sale.act_shipment_form"/>
<link icon="tryton-account" name="sale.act_invoice_form"/>
<link icon="tryton-shipment-in" name="sale.act_return_form"/>
@@ -68,6 +68,6 @@ this repository contains the full copyright notices and license terms. -->
<button name="process"/>
<button name="manual_invoice" icon="tryton-forward"/>
<button name="manual_shipment" icon="tryton-forward"/>
</group>
</group> -->
<field name="party_lang" invisible="1" colspan="6"/>
</form>