Files
web/web_m2x_options/__openerp__.py
Holger Brunn 4883c9a598 [ADD] support 'open' on many2many_tags
[ADD] support 'no_open_edit' on many2one
[FIX] typos
2015-08-31 13:05:48 +02:00

18 lines
331 B
Python

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