Files
web/web_m2x_options/__openerp__.py
Holger Brunn 4ac8c3945c support 'open' on many2many_tags
[ADD] support 'no_open_edit' on many2one
[FIX] typos
2021-11-05 11:26:01 -04:00

19 lines
356 B
Python

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