3
0
Fork 0

[ADD] setup.py

13.0
laurent.corron 2019-11-11 20:30:20 +01:00
parent 1503fd40ca
commit 7a0b1cb936
2 changed files with 7 additions and 0 deletions

View File

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

View File

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