odoo/addons/base_import_module
Olivier Dony c6b9b69f6a
[FIX] base_import_module: allow selective access to module files
As a consequence of rev. 76cd8d2558d2a1fc11681dbc4a134ba06fb698c0,
imported modules were unable to access their resource files during
import.

Rather than further modifying the file_open API to whitelist paths
(the whole thing needs a redesign in master), we temporarily
whitelist the temporary directory by including it in the global
addons_paths, making sure to undo it afterwards.

This gives all lower level function access the resource files via
file_open, without having to pass around whitelisted paths
through many different calls.
2017-06-07 22:46:25 +02:00
..
controllers Added --force to odoo deploy 2014-06-11 09:55:17 +02:00
i18n [I18N] Update translation terms from Transifex 2017-05-01 02:40:51 +02:00
models [FIX] base_import_module: allow selective access to module files 2017-06-07 22:46:25 +02:00
tests/test_module [ADD] base_import_module test module, static asset in backend bundle 2014-05-05 16:58:16 +02:00
views Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py [WIP] base_import_module 2014-03-19 09:53:43 +01:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00