trytonpsk-purchase_co/view/purchase_line_historic_by_product.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>