fix: exception beim hochladen eines unbekannten bildtypes

This commit is contained in:
Frederik Jaeckel 2022-11-29 10:30:39 +01:00
parent 6aa9bb5325
commit fa526fa69e
5 changed files with 19 additions and 2 deletions

View file

@ -11,6 +11,9 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_file_invalid_mime">
<field name="text">The file type '%(fmime)s' of the record '%(recname)s' is not allowed. (allowed: PNG, JPG, PDF)</field>
</record>
<record model="ir.message" id="msg_file_unknown_type">
<field name="text">cannot identify image file</field>
</record>
</data>
</tryton>