Browse Source

[FIX] do not auto load server_environment_ir_config_parameter (#676)

* [FIX] do not auto load server_environment_ir_config_parameter

When a module has a static directory, it is preloaded by the
Odoo http server. This breaks installations which do not have
nor need server_environment_file addon.

* [IMP] update server_environment caveat
pull/414/merge
Stéphane Bidoul (ACSONE) 8 years ago
committed by Moises Lopez - https://www.vauxoo.com/
parent
commit
a9ff7823bd
  1. 4
      server_environment/README.rst
  2. BIN
      server_environment_ir_config_parameter/static/description/icon.png

4
server_environment/README.rst

@ -77,6 +77,10 @@ Known issues / Roadmap
* it is not possible to set the environment from the command line. A
configuration file must be used.
* the module does not allow to set low level attributes such as database server, etc.
* do not add a ``static`` directory to this addon nor any ``OCA/server-tool`` module that
depend on it so its not imported unless installed in a database; doing so would
break installations where ``OCA/server-tools`` is in the ``addons-path`` but not
otherwise used, due to the absence of a ``server_environement_files`` addon.
Bug Tracker

BIN
server_environment_ir_config_parameter/static/description/icon.png

Before

Width: 128  |  Height: 128  |  Size: 9.2 KiB

Loading…
Cancel
Save