[MIG] web_action_conditionable: Migration to 15.0

This commit is contained in:
Jasmin Solanki
2022-02-07 11:30:47 +05:30
parent 1aee010a83
commit 714f51ef67
3 changed files with 14 additions and 17 deletions

View File

@@ -1,11 +1,16 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "web_action_conditionable",
"version": "14.0.1.0.1",
"version": "15.0.1.0.0",
"depends": ["base", "web"],
"data": ["templates/assets.xml"],
"data": [],
"author": "Cristian Salamea,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"assets": {
"web.assets_backend": [
"web_action_conditionable/static/src/js/field_one2many.js",
],
},
"installable": True,
}