fix: exception beim hochladen eines unbekannten bildtypes
This commit is contained in:
parent
6aa9bb5325
commit
fa526fa69e
5 changed files with 19 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue