Files
tradon/modules/sale_complaint/view/action_form_promotion_coupon.xml
2026-03-14 09:42:12 +00:00

16 lines
564 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//field[@name='invoice_lines']" position="after">
<label name="promotion_coupon"/>
<field name="promotion_coupon"/>
<label name="promotion_coupon_number"/>
<field name="promotion_coupon_number"/>
<label name="promotion_coupon_duration"/>
<field name="promotion_coupon_duration"/>
<newline/>
</xpath>
</data>