mirror of https://github.com/OCA/web.git
[IMP] web_dialog_size: black, isort, prettier
parent
4ce6817ffa
commit
29b825593d
|
@ -0,0 +1 @@
|
||||||
|
../../../../web_dialog_size
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
|
@ -15,7 +15,7 @@
|
||||||
"Odoo Community Association (OCA)",
|
"Odoo Community Association (OCA)",
|
||||||
"website": "http://github.com/OCA/web",
|
"website": "http://github.com/OCA/web",
|
||||||
"category": "web",
|
"category": "web",
|
||||||
"version": "13.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"depends": ["web"],
|
"depends": ["web"],
|
||||||
"qweb": ["static/src/xml/web_dialog_size.xml"],
|
"qweb": ["static/src/xml/web_dialog_size.xml"],
|
||||||
|
|
Loading…
Reference in New Issue