trytond-sale_rule/view/sale_rule_tree.xml

14 lines
447 B
XML

<?xml version="1.0"?>
<!-- This file is part of the sale_rule module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="Sale Rules" sequence="sequence">
<field name="sequence"/>
<field name="name"/>
<field name="from_date"/>
<field name="to_date"/>
<field name="shop"/>
<field name="stop_further"/>
<field name="active"/>
</tree>