From b441abb3a9890e8324d39efb418146f340676a65 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Fri, 17 Aug 2012 01:14:25 +0200 Subject: [PATCH] improve config bzr revid: al@openerp.com-20120816231425-elfibnc7wfchzqpw --- addons/auth_signup/res_config.xml | 4 ++-- addons/base_setup/res_config.py | 11 ++++++----- addons/base_setup/res_config_view.xml | 11 ++++++++--- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/addons/auth_signup/res_config.xml b/addons/auth_signup/res_config.xml index 43b0c09ea1d..f85d173792a 100644 --- a/addons/auth_signup/res_config.xml +++ b/addons/auth_signup/res_config.xml @@ -7,8 +7,8 @@ base.config.settings - -
+ +
diff --git a/addons/base_setup/res_config.py b/addons/base_setup/res_config.py index 556b1010bf2..68940216ad6 100644 --- a/addons/base_setup/res_config.py +++ b/addons/base_setup/res_config.py @@ -28,12 +28,13 @@ class base_config_settings(osv.osv_memory): 'module_multi_company': fields.boolean('manage multiple companies', help="""Work in multi-company environments, with appropriate security access between companies. This installs the module multi_company."""), - 'module_portal': fields.boolean('activate customer portal', - help="""The portal will give access to a series of documents for your customers; his quotations, his invoices, his projects, etc."""), 'module_share': fields.boolean('allow documents sharing', - help="""As an example, you will be able to share a project or some tasks to your customers, or quotes/sales to several persons at your customer company, or your agenda availabilities to your contacts."""), - 'module_auth_signup': fields.boolean('allow external users to sign up'), - 'module_auth_oauth': fields.boolean('external authentication, login with google, facebook, ...'), + help="""Share or embbed any screen of openerp."""), + 'module_portal': fields.boolean('activate customer portal', + help="""Give access your customers and suppliers to their documents."""), + 'module_auth_anonymous': fields.boolean('public website', + help="""Enable the public part of openerp, the public part of openerp are browsable like a website."""), + 'module_auth_oauth': fields.boolean('use external authentication providers, sign in with google, facebook, ...'), } def open_company(self, cr, uid, ids, context=None): diff --git a/addons/base_setup/res_config_view.xml b/addons/base_setup/res_config_view.xml index 14c0615d206..512c0a3f52e 100644 --- a/addons/base_setup/res_config_view.xml +++ b/addons/base_setup/res_config_view.xml @@ -38,16 +38,21 @@
- + +