[MIG] web_widget_domain_editor_dialog: Migration to 15.0

This commit is contained in:
Carlos Lopez
2022-01-27 02:06:23 -05:00
parent 57341007c8
commit 070f1871ef
7 changed files with 32 additions and 41 deletions

View File

@@ -3,12 +3,16 @@
{
"name": "Web Widget Domain Editor Dialog",
"summary": "Recovers the Domain Editor Dialog functionality",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Web",
"author": "Tecnativa," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"depends": ["web"],
"data": ["views/templates.xml"],
"assets": {
"web.assets_backend": [
"/web_widget_domain_editor_dialog/static/src/js/*.js",
],
},
"installable": True,
}