Files
web/web_m2x_options/__openerp__.py
Zakaria Makrelouf 480bcea4b6 [9.0][MIG] Migration of module web_m2x_options.
Adapt JS file to the new JS API and make the module installable
[MIG] adapt form.js to the new API.
[FIX] Fix bug mentioned in pull #262.
[MIG] Make the module installable.
2016-11-04 10:04:59 +01:00

18 lines
351 B
Python

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