__openerp__.py 276 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# -*- 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': False,
    "active": False,
}