trytond-sale_rule/message.xml

11 lines
382 B
XML
Raw Normal View History

2019-01-17 15:14:03 +01:00
<?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>
2019-10-17 10:59:05 +02:00
<data grouped="1">
2019-01-17 15:14:03 +01:00
<record model="ir.message" id="sale_forbidden">
<field name="text">You cannot make this sale because of %(message)s.</field>
</record>
</data>
</tryton>