trytond-asset_project/view/project_sale_line_tree.xml

12 lines
356 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="Project Sale Line">
<field name="project"/>
<field name="product"/>
<field name="quantity"/>
<field name="unit"/>
<field name="unit_price"/>
<field name="amount"/>
</tree>