[IMP] base_setup: rename field group_multi_company ==> module_multi_company

bzr revid: jap@tinyerp.com-20120402070443-fybg7e3x7na7pfg5
This commit is contained in:
Jagdish Panchal (Open ERP) 2012-04-02 12:34:43 +05:30
parent 162092e8b0
commit ec8d647a84
2 changed files with 4 additions and 5 deletions

View File

@ -26,9 +26,8 @@ class general_configuration(osv.osv_memory):
_inherit = 'res.config.settings'
_columns = {
'group_multi_company': fields.boolean('Active Multi company',
implied_group='base.group_multi_company',
help ="""It allow to set the multi company."""),
'module_multi_company': fields.boolean('Active Multi company',
help ="""It allow to installs the multi_company module."""),
'module_portal': fields.boolean('Customer Portal',
help ="""It installs the portal module."""),
'module_share': fields.boolean('Share',

View File

@ -10,8 +10,8 @@
<separator string="General Setting" colspan="4"/>
<group colspan="4" col="4">
<label string="Set Company Header and Footer :"/>
<button name="%(action_base_setup_company)d" string="Header and Footer" type="action" icon="gtk-apply"/>
<field name="group_multi_company"/>
<button name="%(base_setup.action_base_setup_company)d" string="Header and Footer" type="action" icon="gtk-apply"/>
<field name="module_multi_company"/>
<field name="module_share"/>
</group>
<separator string="Reports" colspan="4"/>