35 lines
1.1 KiB
XML
35 lines
1.1 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"/>
|
|
<!-- <label name="contact"/>
|
|
<field name="contact"/> -->
|
|
<newline/>
|
|
<label name="reference"/>
|
|
<field name="reference"/>
|
|
<label name="sale_date"/>
|
|
<field name="sale_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="Sold" name="lines" mode="form" view_ids="purchase_trade.sale_line_btb_view_form"/>
|
|
<newline/>
|
|
<field name="pnl"/>
|
|
<field name="party_lang" invisible="1"/>
|
|
</form>
|