mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-15 02:32:06 +00:00
18 lines
556 B
Python
18 lines
556 B
Python
# Copyright 2013 Agile Business Group sagl (<http://www.agilebg.com>)
|
|
# Copyright 2016 ACSONE SA/NA (<http://acsone.eu>)
|
|
|
|
{
|
|
'name': "Optional quick create",
|
|
'version': '1.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://gitlab.com/flectra-community/server-ux',
|
|
'license': 'AGPL-3',
|
|
'depends': ['base'],
|
|
'data': [
|
|
'views/model_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|