web/web_m2x_options/__openerp__.py

15 lines
275 B
Python

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