Files
tradon/modules/purchase_trade/view/fee_tree_sequence.xml

27 lines
1.0 KiB
XML
Executable File

<?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. -->
<tree editable="1">
<field name="type" width="90"/>
<field name="product" width="150"/>
<field name="supplier" width="150"/>
<field name="mode" width="110"/>
<field name="unit" width="90"/>
<field name="auto_calculation" width="60"/>
<field name="add_padding" width="80"/>
<field name="enable_linked_currency" width="90"/>
<field name="price" width="100"/>
<field name="currency" width="90"/>
<field name="weight_type" width="90"/>
<field name="p_r" width="60"/>
<field name="quantity" width="90"/>
<field name="amount" width="110"/>
<field name="qt_state" width="100"/>
<field name="inherit_shipment" width="70"/>
<!-- <field name="purchase"/> -->
<field name="inv" width="70"/>
<field name="dn_cn" width="70"/>
<field name="state" width="110"/>
<button string="" name="invoice" width="120"/>
</tree>