mirror of https://github.com/OCA/web.git
[IMP] web_widget_url_advanced: black, isort, prettier
parent
467cae8c2e
commit
a9070ffda3
|
@ -0,0 +1 @@
|
||||||
|
../../../../web_widget_url_advanced
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
|
@ -8,7 +8,7 @@
|
||||||
"version": "13.0.1.1.0",
|
"version": "13.0.1.1.0",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/web/",
|
"website": "https://github.com/OCA/web",
|
||||||
"depends": ["web"],
|
"depends": ["web"],
|
||||||
"data": ["templates/assets.xml"],
|
"data": ["templates/assets.xml"],
|
||||||
"installable": True,
|
"installable": True,
|
||||||
|
|
Loading…
Reference in New Issue