08.02.26
This commit is contained in:
@@ -25,6 +25,6 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<field name="viewer" widget="html_viewer" height="300" width="600"/>
|
<field name="viewer" widget="html_viewer" height="300" width="600"/>
|
||||||
</group> -->
|
</group> -->
|
||||||
<newline/>
|
<newline/>
|
||||||
<field name="lines" mode="form" view_ids="purchase_trade.purchase_line_btb_view_form"/>
|
<field string="Bought" name="lines" mode="form" view_ids="purchase_trade.purchase_line_btb_view_form"/>
|
||||||
<field name="party_lang" invisible="1"/>
|
<field name="party_lang" invisible="1"/>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<form cursor="product">
|
<form cursor="product" col="4">
|
||||||
<label name="purchase"/>
|
<label name="purchase"/>
|
||||||
<field name="purchase"/>
|
<field name="purchase"/>
|
||||||
<label name="product"/>
|
<label name="product"/>
|
||||||
@@ -32,5 +32,5 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<label name="amount"/>
|
<label name="amount"/>
|
||||||
<field name="amount"/>
|
<field name="amount"/>
|
||||||
<newline/>
|
<newline/>
|
||||||
<field name="fees"/>
|
<field name="fees" colspan="4"/>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<field name="viewer" widget="html_viewer" height="300" width="600"/>
|
<field name="viewer" widget="html_viewer" height="300" width="600"/>
|
||||||
</group> -->
|
</group> -->
|
||||||
<newline/>
|
<newline/>
|
||||||
<field name="lines" mode="form" view_ids="purchase_trade.sale_line_btb_view_form"/>
|
<field string="Sold" name="lines" mode="form" view_ids="purchase_trade.sale_line_btb_view_form"/>
|
||||||
<newline/>
|
<newline/>
|
||||||
<field name="pnl"/>
|
<field name="pnl"/>
|
||||||
<field name="party_lang" invisible="1"/>
|
<field name="party_lang" invisible="1"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user