08.02.26
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
<form>
|
<form col="4">
|
||||||
<label name="reference"/>
|
<label name="reference"/>
|
||||||
<field name="reference"/>
|
<field name="reference" colspan="2"/>
|
||||||
<newline/>
|
<newline/>
|
||||||
<label name="purchase"/>
|
<label name="purchase"/>
|
||||||
<field name="purchase" mode="form" view_ids="purchase_trade.purchase_btb_view_form"/>
|
<field name="purchase" mode="form" view_ids="purchase_trade.purchase_btb_view_form" colspan="2"/>
|
||||||
<newline/>
|
|
||||||
<label name="sale"/>
|
<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>
|
</form>
|
||||||
@@ -28,7 +28,7 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<page string="Purchase" id="purchase">
|
<page string="Purchase" id="purchase">
|
||||||
<field name="lines" colspan="4"
|
<field name="lines" colspan="4"
|
||||||
view_ids="purchase.purchase_line_view_tree_sequence"/>
|
view_ids="purchase.purchase_line_view_tree_sequence"/>
|
||||||
<notebook colspan="6">
|
<!-- <notebook colspan="6">
|
||||||
<page string="State" id="state">
|
<page string="State" id="state">
|
||||||
<group col="2" colspan="2" id="states" yfill="1">
|
<group col="2" colspan="2" id="states" yfill="1">
|
||||||
<label name="invoice_state"/>
|
<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"/>
|
<field name="total_amount" xalign="1.0" xexpand="0"/>
|
||||||
</group>
|
</group>
|
||||||
</page>
|
</page>
|
||||||
</notebook>
|
</notebook> -->
|
||||||
</page>
|
</page>
|
||||||
</notebook>
|
</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-shipment-in" name="purchase.act_shipment_form"/>
|
||||||
<link icon="tryton-account" name="purchase.act_invoice_form"/>
|
<link icon="tryton-account" name="purchase.act_invoice_form"/>
|
||||||
<!-- <link icon="tryton-shipment-out" name="purchase.act_return_form"/> -->
|
|
||||||
</group>
|
</group>
|
||||||
<group col="-1" colspan="3" id="buttons">
|
<group col="-1" colspan="3" id="buttons">
|
||||||
<button name="cancel" icon="tryton-cancel"/>
|
<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="confirm" icon="tryton-ok"/>
|
||||||
<button name="process"/>
|
<button name="process"/>
|
||||||
<button name="manual_invoice" icon="tryton-forward"/>
|
<button name="manual_invoice" icon="tryton-forward"/>
|
||||||
</group>
|
</group> -->
|
||||||
<field name="party_lang" invisible="1" colspan="6"/>
|
<field name="party_lang" invisible="1" colspan="6"/>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<page string="Sale" id="sale">
|
<page string="Sale" id="sale">
|
||||||
<field name="lines" colspan="4"
|
<field name="lines" colspan="4"
|
||||||
view_ids="sale.sale_line_view_tree_sequence"/>
|
view_ids="sale.sale_line_view_tree_sequence"/>
|
||||||
<notebook colspan="6">
|
<!-- <notebook colspan="6">
|
||||||
<page string="State" id="state">
|
<page string="State" id="state">
|
||||||
<group col="2" colspan="2" id="states" yfill="1">
|
<group col="2" colspan="2" id="states" yfill="1">
|
||||||
<label name="invoice_state"/>
|
<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"/>
|
<field name="total_amount" xalign="1.0" xexpand="0"/>
|
||||||
</group>
|
</group>
|
||||||
</page>
|
</page>
|
||||||
</notebook>
|
</notebook> -->
|
||||||
</page>
|
</page>
|
||||||
</notebook>
|
</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-shipment-out" name="sale.act_shipment_form"/>
|
||||||
<link icon="tryton-account" name="sale.act_invoice_form"/>
|
<link icon="tryton-account" name="sale.act_invoice_form"/>
|
||||||
<link icon="tryton-shipment-in" name="sale.act_return_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="process"/>
|
||||||
<button name="manual_invoice" icon="tryton-forward"/>
|
<button name="manual_invoice" icon="tryton-forward"/>
|
||||||
<button name="manual_shipment" icon="tryton-forward"/>
|
<button name="manual_shipment" icon="tryton-forward"/>
|
||||||
</group>
|
</group> -->
|
||||||
<field name="party_lang" invisible="1" colspan="6"/>
|
<field name="party_lang" invisible="1" colspan="6"/>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user