56 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
| ===============================================
 | |
|  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
 |