diff --git a/addons/base_setup/res_config.py b/addons/base_setup/res_config.py index f2466cba1b8..78324067dbe 100644 --- a/addons/base_setup/res_config.py +++ b/addons/base_setup/res_config.py @@ -30,7 +30,7 @@ class base_config_settings(osv.osv_memory): 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 sharing documents to', + '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."""), } @@ -54,14 +54,14 @@ class sale_config_settings(osv.osv_memory): _inherit = 'res.config.settings' _columns = { 'module_crm': fields.boolean('CRM'), - 'module_plugin_thunderbird': fields.boolean('Thunderbird plugin.', + 'module_plugin_thunderbird': fields.boolean('enable Thunderbird plugin.', help="""The plugin allows you archive email and its attachments to the selected OpenERP objects. You can select a partner, or a lead and attach the selected mail as a .eml file in the attachment of a selected record. You can create documents for CRM Lead, Partner from the selected emails. This installs the module plugin_thunderbird."""), - 'module_plugin_outlook': fields.boolean('Outlook plugin', + 'module_plugin_outlook': fields.boolean('enable Outlook plugin', help="""The Outlook plugin allows you to select an object that you would like to add to your email and its attachments from MS Outlook. You can select a partner, or a lead object and archive a selected diff --git a/addons/base_setup/res_config_view.xml b/addons/base_setup/res_config_view.xml index 95b740632e0..b8f5abdf80f 100644 --- a/addons/base_setup/res_config_view.xml +++ b/addons/base_setup/res_config_view.xml @@ -87,7 +87,7 @@
- The email integration allows you to autometically create leads or others documents from an incoming emails account. + The email integration allows you to automatically create leads or others documents from an incoming emails account. Users can do it from the mail client by pressing a button or it can be configured to automatically synchronize from your mail server.
diff --git a/addons/crm/res_config.py b/addons/crm/res_config.py index dd58547bad8..834a4dc7149 100644 --- a/addons/crm/res_config.py +++ b/addons/crm/res_config.py @@ -26,10 +26,10 @@ class crm_configuration(osv.osv_memory): _inherit = ['sale.config.settings', 'fetchmail.config.settings'] _columns = { - 'fetchmail_lead': fields.boolean("create leades from incoming mails", + 'fetchmail_lead': fields.boolean("create leads from incoming mails", fetchmail_model='crm.lead', fetchmail_name='Incoming Leads', help="""Allows you to configure your incoming mail server, and create leads from incoming emails."""), - 'module_crm_caldav': fields.boolean("Applications with Caldev protocol", + 'module_crm_caldav': fields.boolean("applications with Caldav protocol", help="""Use protocol caldav to synchronize meetings with other calendar applications (like Sunbird). This installs the module crm_caldav."""), 'module_import_sugarcrm': fields.boolean("SugarCRM", diff --git a/addons/hr/res_config_view.xml b/addons/hr/res_config_view.xml index cf9e565bf21..89df1db3c44 100644 --- a/addons/hr/res_config_view.xml +++ b/addons/hr/res_config_view.xml @@ -44,7 +44,7 @@