neu: kategorie, config + test
This commit is contained in:
parent
b9bb433c39
commit
d6a8b254a3
28 changed files with 1255 additions and 35 deletions
|
@ -29,6 +29,12 @@ full copyright notices and license terms. -->
|
|||
<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>
|
||||
<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>
|
||||
|
||||
</data>
|
||||
</tryton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue