trytond-sale_rule/view/sale_rule_action_tree.xml

13 lines
436 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="Actions" sequence="sequence" editable="bottom">
<field name="sequence"/>
<field name="action_type"/>
<field name="product"/>
<field name="quantity"/>
<field name="comment"/>
<field name="rule"/>
</tree>