Files
web/web_disable_export_group/__manifest__.py
Pedro M. Baeza fde0e9882b [OU-FIX] web_disable_export_group: Proper migration scripts
The previous adaptation was not correct due to:

- The old XML-ID is already missing on post stage.
- There's now only one group, so no need of all the imply + group
  assignation stuff like in previous version.
2023-06-16 12:46:24 +02:00

20 lines
613 B
Python

# Copyright 2016 Onestein (<http://www.onestein.eu>)
# Copyright 2018 Tecnativa - David Vidal
# Copyright 2018 Tecnativa - João Marques
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Web Disable Export Group",
"version": "14.0.2.0.0",
"license": "AGPL-3",
"author": "Onestein, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"category": "Web",
"depends": ["web"],
"data": [
"security/groups.xml",
"templates/assets.xml",
"templates/tour_assets.xml",
],
"installable": True,
}