server-ux/base_optional_quick_create/__manifest__.py

18 lines
557 B
Python
Raw Normal View History

2021-04-28 15:44:37 +00:00
# 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,
}