Files
tradon/modules/purchase_trade/view/purchase_btb_form.xml
2026-02-08 10:58:08 +01:00

31 lines
1.0 KiB
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<group id="hd" yfill="1">
<label name="party"/>
<field name="party"/>
<label name="number"/>
<field name="number"/>
<newline/>
<label name="reference"/>
<field name="reference"/>
<label name="purchase_date"/>
<field name="purchase_date"/>
<newline/>
<label name="payment_term"/>
<field name="payment_term"/>
<label name="currency"/>
<field name="currency"/>
<newline/>
<label name="certif"/>
<field name="certif"/>
</group>
<!-- <group col="2" colspan="2" id="hd" yfill="1">
<field name="viewer" widget="html_viewer" height="300" width="600"/>
</group> -->
<newline/>
<field string="Bought" name="lines" mode="form" view_ids="purchase_trade.purchase_line_btb_view_form"/>
<field name="party_lang" invisible="1"/>
</form>