mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_disable_export_group: Migration to 15.0
TT43531
This commit is contained in:
@@ -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/**/*"],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user