mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
Avoid UnicodeEncodeError. (#544)
* Fix wrong README format. * [FIX][base_import_match] Avoid UnicodeEncodeError. When the model or field you chose was translated and had some non-ascii character, you got an error like this: `UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 15: ordinal not in range(128)`. Now, using unicode strings, that won't happen again. * Do not require a hidden field. * Further unicode protection, add ondelete clause.
This commit is contained in:
committed by
Jesus Ramoneda
parent
57a82e554a
commit
82bb1e33a3
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "Base Import Match",
|
||||
"summary": "Try to avoid duplicates before importing",
|
||||
"version": "8.0.1.0.0",
|
||||
"version": "8.0.1.0.1",
|
||||
"category": "Tools",
|
||||
"website": "https://grupoesoc.es",
|
||||
"author": "Grupo ESOC Ingeniería de Servicios, "
|
||||
|
||||
Reference in New Issue
Block a user