trytonpsk-laboratory/message.xml

15 lines
574 B
XML
Raw Permalink Normal View History

<?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>
2021-12-21 23:16:16 +01:00
<record model="ir.message" id="missing_account_discount">
<field name="text">Missing account discount in configuration</field>
</record>
</data>
</tryton>