mirror of
https://bitbucket.org/presik/trytonpsk-purchase_co.git
synced 2023-12-14 06:43:05 +01:00
14 lines
464 B
XML
14 lines
464 B
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. -->
|
|
<tree>
|
|
<field name="purchase"/>
|
|
<field name="party"/>
|
|
<field name="date"/>
|
|
<field name="product"/>
|
|
<field name="description"/>
|
|
<field name="quantity"/>
|
|
<field name="unit_price"/>
|
|
<field name="amount"/>
|
|
<field name="unit_digits" tree_invisible="1"/>
|
|
</tree>
|