[MIG] web_action_conditionable: Migration to 11.0

This commit is contained in:
andreparames
2018-01-22 18:17:04 +01:00
committed by Jasmin Solanki
parent 774227d4ee
commit c96631ffe3
5 changed files with 53 additions and 56 deletions

View File

@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
{
"name": 'web_action_conditionable',
"version": "8.0.0.1.0",
"version": "11.0.1.0.0",
"depends": [
'base',
'web',
],
'data': ['views/view.xml'],
"author": "Cristian Salamea,Odoo Community Association (OCA)",
'installable': False,
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
'installable': True,
}