Files
web/web_m2x_options/__manifest__.py
Alvaro 08d83bb6b3 [IMP] Taking into account core options:
- In Odoo 10.0 the flags 'no_create_edit' and 'no_create' can be used. Without this improvement, they are ignored, and all the views which use this flags are ignored
2018-06-04 12:07:29 +01:00

19 lines
381 B
Python

# -*- coding: utf-8 -*-
{
"name": 'web_m2x_options',
"version": "10.0.1.1.1",
"depends": [
'base',
'web',
],
'qweb': [
'static/src/xml/base.xml',
],
'license': 'AGPL-3',
'data': ['views/view.xml'],
"author": "ACSONE SA/NV, 0k.io, Tecnativa, "
"Odoo Community Association (OCA)",
'installable': True,
}