kategorie: typ 'einnahme/ausgabe' - test muß noch

This commit is contained in:
Frederik Jaeckel 2022-08-10 17:06:20 +02:00
parent d57d76ba3b
commit 52ffa0536e
7 changed files with 95 additions and 1 deletions

View file

@ -38,6 +38,9 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_category_account_unique">
<field name="text">The account is already in use for a category.</field>
</record>
<record model="ir.message" id="msg_category_type_not_like_parent">
<field name="text">The type of the current category '%(catname)s' must be equal to the type of the parent category '%(parentname)s'.</field>
</record>
</data>
</tryton>