[IMP] base_optional_quick_create summary
parent
8653023d8e
commit
d8368bde69
|
@ -22,6 +22,7 @@
|
||||||
'name': "Optional quick create",
|
'name': "Optional quick create",
|
||||||
'version': '0.1',
|
'version': '0.1',
|
||||||
'category': 'Tools',
|
'category': 'Tools',
|
||||||
|
'summary': "Avoid 'quick create' on m2o fields, on a 'by model' basis",
|
||||||
'description': """
|
'description': """
|
||||||
This module allows to avoid to 'quick create' new records, through many2one fields, for a specific model.
|
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.
|
You can configure which models should allow 'quick create'. When specified, the 'quick create' option will always open the standard create form.
|
||||||
|
|
Loading…
Reference in New Issue