import wizard

This commit is contained in:
Frederik Jaeckel 2022-12-19 21:13:32 +01:00
parent 94687139b1
commit 77d6e5f8ef
8 changed files with 382 additions and 0 deletions

View file

@ -11,6 +11,12 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_rate_positive">
<field name="text">A asset rate must be positive.</field>
</record>
<record model="ir.message" id="msg_import_err_date">
<field name="text">failed to read column %(colnr)s of file, expected date (format: %(datefmt)s)</field>
</record>
<record model="ir.message" id="msg_err_unknown_content">
<field name="text">failed to identify row content: %(linetxt)s</field>
</record>
</data>
</tryton>