mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 10:12:06 +00:00
18 lines
557 B
Python
18 lines
557 B
Python
# Copyright 2013 Agile Business Group sagl (<http://www.agilebg.com>)
|
|
# Copyright 2016 ACSONE SA/NV (<https://acsone.eu>)
|
|
|
|
{
|
|
"name": "Optional quick create",
|
|
"version": "2.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,
|
|
}
|