diff --git a/base_optional_quick_create/__openerp__.py b/base_optional_quick_create/__openerp__.py index 568dc17..2b2a3f8 100644 --- a/base_optional_quick_create/__openerp__.py +++ b/base_optional_quick_create/__openerp__.py @@ -24,7 +24,7 @@ 'category': 'Tools', 'description': """ This module allows to avoid to 'quick create' new records, through many2one fields, for a specific model. -You can configure which models should allow 'quick create'. When specified, 'quick create' option will always open the standard create form. +You can configure which models should allow 'quick create'. When specified, the 'quick create' option will always open the standard create form. Got the idea from https://twitter.com/nbessi/status/337869826028605441 """,