cashbooks, types, currenciews - verknüpfung+löschen+test

This commit is contained in:
Frederik Jaeckel 2022-10-29 23:05:27 +02:00
parent 085228e047
commit 01470569e7
9 changed files with 429 additions and 22 deletions

16
message.xml Normal file
View file

@ -0,0 +1,16 @@
<?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>
<record model="ir.message" id="msg_invalid_dtype">
<field name="text">Type of evaluation must be '%(dtype)s'.</field>
</record>
<record model="ir.message" id="msg_dtype_cashbook">
<field name="text">Cashbooks</field>
</record>
</data>
</tryton>