odoo/addons/base_import
David Béal 245b5afcfd [FIX] base_import: prioritise field name over string
When importing csv data, the column name is matched on the field name and string
attribute. For some fields (e.g. name & display_name), you could get a match on
both the string and technical field name for different fields
The order of the fields is not deterministic as stored in a dictionnary so
different results were possible at different import.
The technical name should be prioritised (more stable, unique constraint).

Fixes #6657
2015-05-21 10:48:31 +02:00
..
i18n [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
security [FIX]Make .csv file for base_import module 2012-10-10 16:40:37 +05:30
static [FIX] base_import: typos 2015-02-26 10:02:45 +01:00
tests [FIX] base_import: ignore stripped empty lines 2015-04-01 13:22:11 +02:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
__init__.py [FIX] base_import: just loading module should not require unittest2. Reported by M.Taylor 2012-09-11 15:24:46 +02:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
controllers.py more controller conversion to new route api 2013-10-27 18:31:43 +01:00
models.py [FIX] base_import: prioritise field name over string 2015-05-21 10:48:31 +02:00
test_models.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00