trytonpsk-laboratory/message.xml

15 lines
574 B
XML
Executable File

<?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_missing_payment_term">
<field name="text">Missing payment term customer for party with document "%s"!</field>
</record>
<record model="ir.message" id="missing_account_discount">
<field name="text">Missing account discount in configuration</field>
</record>
</data>
</tryton>