Files
tradon/modules/sale_payment/message.xml
2026-03-14 09:42:12 +00:00

14 lines
594 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. -->
<tryton>
<data grouped="1">
<record model="ir.message" id="msg_sale_cancel_payment">
<field name="text">You cannot cancel sale "%(sale)s" because it has payments.</field>
</record>
<record model="ir.message" id="msg_sale_draft_payment">
<field name="text">You cannot reset to draft sale "%(sale)s" because it has payments.</field>
</record>
</data>
</tryton>