odoo/addons/base_import
Denis Ledoux 959b0bc720 [FIX]base_import: context was not considered while importing. Thus, default value (for instance) was not set, and that leaded to inconsistencies (Like importing supplier invoices was actually creating customer invoices
lp bug: https://launchpad.net/bugs/1086424 fixed

bzr revid: dle@openerp.com-20131031135605-ffj3tid9prw2mv8z
2013-10-31 14:56:05 +01:00
..
i18n Launchpad automatic translations update. 2013-10-30 05:54:38 +00:00
security [FIX]Make .csv file for base_import module 2012-10-10 16:40:37 +05:30
static [FIX]base_import: context was not considered while importing. Thus, default value (for instance) was not set, and that leaded to inconsistencies (Like importing supplier invoices was actually creating customer invoices 2013-10-31 14:56:05 +01:00
tests [FIX] base_import: just loading module should not require unittest2. Reported by M.Taylor 2012-09-11 15:24:46 +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 [FIX] base_import: added security csv file in __openerp__.py. 2012-11-15 17:37:56 +01:00
controllers.py [FIX] base_import: eval_context ref 2012-11-27 17:45:43 +01:00
models.py [REVERT]base_import: revert of last change, because break tests and needs review 2013-04-05 20:23:51 +02:00
test_models.py [FIX] base_import: just loading module should not require unittest2. Reported by M.Taylor 2012-09-11 15:24:46 +02:00