trytonpsk-laboratory/view/order_line_tree.xml

12 lines
350 B
XML
Raw Normal View History

2020-04-16 14:41:46 +02:00
<?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="code"/>
<field name="test"/>
<field name="description"/>
2021-06-03 18:47:01 +02:00
<field name="unit_price"/>
2021-06-04 15:47:01 +02:00
<field name="quantity"/>
2020-04-16 14:41:46 +02:00
<field name="analysis_date"/>
</tree>