2022-08-05 10:02:04 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- This file is part of the cashbook-module from m-ds for Tryton.
|
|
|
|
The COPYRIGHT file at the top level of this repository contains the
|
|
|
|
full copyright notices and license terms. -->
|
|
|
|
<tryton>
|
|
|
|
<data>
|
|
|
|
|
2022-08-05 14:47:43 +00:00
|
|
|
<record model="ir.message" id="msg_type_short_unique">
|
|
|
|
<field name="text">The Abbreviation must be unique.</field>
|
|
|
|
</record>
|
|
|
|
<record model="ir.message" id="msg_name_cashbook">
|
|
|
|
<field name="text">Cashbook</field>
|
|
|
|
</record>
|
2022-08-08 12:31:42 +00:00
|
|
|
<record model="ir.message" id="msg_line_wrong_state_value">
|
|
|
|
<field name="text">Invalid value of the field 'Status', allowed: edit, check, done.</field>
|
|
|
|
</record>
|
|
|
|
<record model="ir.message" id="msg_book_wrong_state_value">
|
|
|
|
<field name="text">Invalid value of the field 'Status', allowed: open, closed, archive.</field>
|
|
|
|
</record>
|
|
|
|
<record model="ir.message" id="msg_book_deny_delete">
|
book, line, category, types: berechtigung für company-user + test,
book: währung neu,
line: buchungstyp, betrag, credit, debit, währung, sortierung
2022-08-10 14:30:08 +00:00
|
|
|
<field name="text">The cashbook '%(bookname)s' cannot be deleted because it contains %(booklines)s lines and is not in the status 'Archive'.</field>
|
2022-08-08 12:31:42 +00:00
|
|
|
</record>
|
|
|
|
<record model="ir.message" id="msg_book_deny_write">
|
book, line, category, types: berechtigung für company-user + test,
book: währung neu,
line: buchungstyp, betrag, credit, debit, währung, sortierung
2022-08-10 14:30:08 +00:00
|
|
|
<field name="text">The cashbook '%(bookname)s' is '%(state_txt)s' and cannot be changed.</field>
|
2022-08-08 12:31:42 +00:00
|
|
|
</record>
|
|
|
|
<record model="ir.message" id="msg_line_deny_delete1">
|
|
|
|
<field name="text">The cashbook line '%(linetxt)s' cannot be deleted because the Cashbook '%(bookname)s' is in state '%(bookstate)s'.</field>
|
|
|
|
</record>
|
|
|
|
<record model="ir.message" id="msg_line_deny_delete2">
|
|
|
|
<field name="text">The cashbook line '%(linetxt)s' cannot be deleted, its in state '%(linestate)s'.</field>
|
|
|
|
</record>
|
2022-08-09 13:08:41 +00:00
|
|
|
<record model="ir.message" id="msg_setting_already_exists">
|
|
|
|
<field name="text">Settings for this user alredy exists.</field>
|
|
|
|
</record>
|
|
|
|
<record model="ir.message" id="msg_category_name_unique">
|
|
|
|
<field name="text">The category name already exists at this level.</field>
|
|
|
|
</record>
|
2022-08-10 09:57:35 +00:00
|
|
|
<record model="ir.message" id="msg_category_account_unique">
|
|
|
|
<field name="text">The account is already in use for a category.</field>
|
|
|
|
</record>
|
2022-08-05 10:02:04 +00:00
|
|
|
|
|
|
|
</data>
|
|
|
|
</tryton>
|