[MIG] web_m2x_options: Migration to 11.0

web_m2x_options: Fix usage for non-admins

web_m2x_options: Reduce rpc calls

web_m2x_options: Update manifest and readme
This commit is contained in:
ernesto
2018-05-28 00:19:27 -04:00
committed by Pedro M. Baeza
parent c1f65f52d6
commit 82d26a9625
12 changed files with 403 additions and 522 deletions

View File

@@ -1,18 +1,23 @@
# -*- coding: utf-8 -*-
{
"name": 'web_m2x_options',
"version": "10.0.1.1.0",
"version": "11.0.1.0.0",
'category': 'Web',
"author": "ACSONE SA/NV, "
"0k.io, "
"Tecnativa, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/web',
'license': 'AGPL-3',
"depends": [
'base',
'web',
],
'data': [
'views/view.xml'
],
'qweb': [
'static/src/xml/base.xml',
],
'license': 'AGPL-3',
'data': ['views/view.xml'],
"author": "ACSONE SA/NV, 0k.io, Tecnativa, "
"Odoo Community Association (OCA)",
'installable': True,
}