trytond-sale_rule/view/sale_rule_condition_tree.xml

15 lines
500 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="Conditions" sequence="sequence" editable="bottom">
<field name="sequence"/>
<field name="criteria"/>
<field name="product"/>
<field name="category"/>
<field name="condition"/>
<field name="quantity"/>
<field name="stop_further"/>
<field name="rule"/>
</tree>