Files
2025-12-26 13:11:43 +00:00

23 lines
1.2 KiB
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_defer_invoice_line_unique">
<field name="text">Invoice line can be deferred only once.</field>
</record>
<record model="ir.message" id="msg_invoice_deferred_running_close_period">
<field name="text">You cannot close period "%(period)s" because some invoices deferred "%(deferrals)s" do not have yet move for the period.</field>
</record>
<record model="ir.message" id="msg_invoice_deferred_delete_draft">
<field name="text">You cannot delete invoice deferred "%(deferral)s" because it is not in "draft" state.</field>
</record>
<record model="ir.message" id="msg_missing_deferred_account_revenue">
<field name="text">There is no deferred account revenue configured.</field>
</record>
<record model="ir.message" id="msg_missing_deferred_account_expense">
<field name="text">There is no deferred account expense configured.</field>
</record>
</data>
</tryton>