You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
558 B
19 lines
558 B
# Copyright 2013 Agile Business Group sagl (<http://www.agilebg.com>)
|
|
# Copyright 2016 ACSONE SA/NV (<https://acsone.eu>)
|
|
|
|
{
|
|
'name': 'Optional quick create',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Tools',
|
|
'summary': 'Avoid "quick create" on m2o fields, on a "by model" basis',
|
|
'author': 'Agile Business Group,Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/server-ux',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'base'
|
|
],
|
|
'data': [
|
|
'views/model_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|