3
0
Fork 0
web_techsystech/web_m2x_options/__openerp__.py

21 lines
384 B
Python

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