mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
4f5346bae42b0f8738b88434b04c306888ea7cf4
* 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.
Description
Languages
HTML
51.4%
Python
48.6%