[MIG] web_disable_export_group: Migration to 14.0

pull/1775/head
Kévin Roche 2021-01-06 14:37:19 +01:00 committed by Kevin.roche
parent 3e5485dc33
commit aed842fd70
3 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1 @@
../../../../web_disable_export_group

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

@ -4,7 +4,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{ {
"name": "Web Disable Export Group", "name": "Web Disable Export Group",
"version": "13.0.1.0.0", "version": "14.0.1.0.0",
"license": "AGPL-3", "license": "AGPL-3",
"author": "Onestein, " "Tecnativa, " "Odoo Community Association (OCA)", "author": "Onestein, " "Tecnativa, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web", "website": "https://github.com/OCA/web",