trytond-quality_control/view/quality_test_tree.xml

13 lines
418 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>
<field name="number"/>
<field name="company"/>
<field name="document"/>
<field name="state"/>
<field name="test_date" widget="date"/>
<field name="test_date" widget="time" string="Test Time"/>
<field name="active" tree_invisible="1"/>
</tree>