odoo/ext/3rd-party-addons/ir_config_parameter_multi_c...
Andreas Brückl 2112631df5 Gekaufte Module hinzugefügt für Webshop 2018-04-13 13:46:21 +02:00
..
doc Gekaufte Module hinzugefügt für Webshop 2018-04-13 13:46:21 +02:00
migrations Gekaufte Module hinzugefügt für Webshop 2018-04-13 13:46:21 +02:00
models Gekaufte Module hinzugefügt für Webshop 2018-04-13 13:46:21 +02:00
static/description Gekaufte Module hinzugefügt für Webshop 2018-04-13 13:46:21 +02:00
tests Gekaufte Module hinzugefügt für Webshop 2018-04-13 13:46:21 +02:00
README.rst Gekaufte Module hinzugefügt für Webshop 2018-04-13 13:46:21 +02:00
__init__.py Gekaufte Module hinzugefügt für Webshop 2018-04-13 13:46:21 +02:00
__manifest__.py Gekaufte Module hinzugefügt für Webshop 2018-04-13 13:46:21 +02:00

README.rst

===============================================
 Company-dependent values in System Parameters
===============================================

Adds multi-company support to many features

Based on built-in company_dependent parameters. Real values are stored at ``ir.property``.

Check Usage instructions for understanding how it works.

Running auto-tests
==================

On following conditions:

* ``at_install`` tests are run in other modules
* during tests ``ir.config_parameter`` is used
* ``ir_config_parameter_multi_company`` is installed, but not loaded yet

The following error may appear::

    ERROR: column ir_config_parameter.value does not exist


To avoid it, add the module to ``--load`` parameter, e.g.::

    ./odoo-bin --load=web,ir_config_parameter_multi_company --test-enable -i some_module ...

Credits
=======

Contributors
------------
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__

Sponsors
--------
* `IT-Projects LLC <https://it-projects.info>`__

Maintainers
-----------
* `IT-Projects LLC <https://it-projects.info>`__

Further information
===================

Demo: http://runbot.it-projects.info/demo/misc-addons/10.0

HTML Description: https://apps.odoo.com/apps/modules/10.0/ir_config_parameter_multi_company/

Usage instructions: `<doc/index.rst>`_

Changelog: `<doc/changelog.rst>`_

Tested on Odoo 11.0 8787f5acee9b5d2cad15b97804522dc04717a1c1