trytond-contract-back/view/credit_start_form.xml

17 lines
722 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form" position="inside">
<group col="2" name="from_contract" string="" colspan="2">
<image name="tryton-dialog-warning" xexpand="0"
xfill="0" states=""/>
<label string="Those/this invoice(s) have been generated from contracts, are you sure you want to credit them?"
id="credit_contract" colspan="2" yalign="0.0" xalign="0.0"
xexpand="1"/>
<label name="reinvoice_contract"/>
<field name="reinvoice_contract"/>
</group>
</xpath>
</data>