odoo/addons/base_import_module/models
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
..
__init__.py [ADD] add wizard to import zipped module 2014-05-22 15:51:51 +05:30
base_import_module.py Added --force to odoo deploy 2014-06-11 09:55:17 +02:00
ir_module.py [FIX] base_import_module: allow selective access to module files 2017-06-07 22:46:25 +02:00