trytond-sale_rule/view/sale_rule_condition_tree.xml

15 lines
483 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 sequence="sequence" editable="1">
<field name="sequence"/>
<field name="criteria"/>
<field name="product"/>
<field name="account_category"/>
<field name="condition"/>
<field name="quantity"/>
<field name="stop_further"/>
<field name="rule"/>
</tree>