trytond-product_esale/view/esale_product_tree.xml

10 lines
368 B
XML
Raw Permalink Normal View History

<?xml version="1.0"?>
<!-- This file is part product_esale module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
2018-05-31 18:51:10 +02:00
<tree sequence="esale_sequence">
2014-10-01 23:26:33 +02:00
<field name="code"/>
<field name="rec_name"/>
2015-10-05 17:29:44 +02:00
<field name="esale_sequence"/>
<field name="active" tree_invisible="1"/>
</tree>