[FIX] typo

bzr revid: fp@tinyerp.com-20121217083017-k2y8hfb6y6b3dbao
This commit is contained in:
Fabien Pinckaers 2012-12-17 09:30:17 +01:00
parent a7ddf7c689
commit fc4ad4f871
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class base_config_settings(osv.osv_memory):
'module_share': fields.boolean('Allow documents sharing',
help="""Share or embbed any screen of openerp."""),
'module_portal': fields.boolean('Activate the customer portal',
help="""Give access your customers to their documents."""),
help="""Give your customers access to their documents."""),
'module_portal_anonymous': fields.boolean('Activate the public portal',
help="""Enable the public part of openerp, openerp becomes a public website."""),
'module_auth_oauth': fields.boolean('Use external authentication providers, sign in with google, facebook, ...'),

View File

@ -46,7 +46,7 @@
<label for="module_portal"/>
<p attrs="{'invisible': [('module_portal_anonymous','=',False)]}">
When you send a document to a customer
(quotation, invoice), you customer will be
(quotation, invoice), your customer will be
able to signup to get all his documents,
read your company news, check his projects,
etc.