Metadata-Version: 2.0
Name: odoo8-addon-base-optional-quick-create
Version: 8.0.0.1.0.99.dev19
Summary: Avoid 'quick create' on m2o fields, on a 'by model' basis
Home-page: http://www.agilebg.com
Author: Agile Business Group,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Requires-Dist: odoo (<9.0a,>=8.0a)
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3

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, the *quick create* option will always open the standard create
form.

Got the idea from https://twitter.com/nbessi/status/337869826028605441


