FIX gettext messages when open/close statements

#040032
This commit is contained in:
Raimon Esteve
2020-02-05 13:09:32 +01:00
parent 09516007ad
commit 962c101208
2 changed files with 17 additions and 14 deletions

View File

@@ -30,5 +30,8 @@ this repository contains the full copyright notices and license terms. -->
<record model="ir.message" id="statement_already_closed">
<field name="text">Statement %(statement)s not found.</field>
</record>
<record model="ir.message" id="not_statement_found">
<field name="text">Not found statement related to %(journal)s journal.</field>
</record>
</data>
</tryton>