[MIG] web_disable_export_group: Migration to 15.0

TT43531
This commit is contained in:
David
2023-06-21 17:17:23 +02:00
parent 35a31d42d8
commit 2812b2b446
20 changed files with 147 additions and 130 deletions

View File

@@ -4,7 +4,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Web Disable Export Group",
"version": "14.0.2.0.0",
"version": "15.0.2.0.0",
"license": "AGPL-3",
"author": "Onestein, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
@@ -12,8 +12,12 @@
"depends": ["web"],
"data": [
"security/groups.xml",
"templates/assets.xml",
"templates/tour_assets.xml",
"security/ir.model.access.csv",
],
"installable": True,
"assets": {
"web.assets_backend": ["/web_disable_export_group/static/src/js/*.js"],
"web.assets_tests": ["/web_disable_export_group/static/src/tours/*.js"],
"web.assets_qweb": ["/web_disable_export_group/static/src/xml/**/*"],
},
}