mirror of https://github.com/OCA/web.git
[MIG] web_disable_export_group: Migration to 14.0
parent
3e5485dc33
commit
aed842fd70
|
@ -0,0 +1 @@
|
||||||
|
../../../../web_disable_export_group
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue