Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12.0][BKP] edi_webservice #1070

Open
wants to merge 15 commits into
base: 12.0
Choose a base branch
from
Prev Previous commit
Next Next commit
[IMP] edi_webservice: pre-commit stuff
JordiMForgeFlow committed Nov 18, 2024
commit 621e6a8728c4beef049bcd35aacce9fb3863fbee
1 change: 1 addition & 0 deletions setup/edi_webservice/odoo/addons/edi_webservice
6 changes: 6 additions & 0 deletions setup/edi_webservice/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)