Skip to content

Commit

Permalink
[IMP] webservice: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiMForgeFlow committed Nov 22, 2024
1 parent aebcbd4 commit 7337138
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup/webservice/odoo/addons/webservice
6 changes: 6 additions & 0 deletions setup/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,
)
2 changes: 1 addition & 1 deletion webservice/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"development_status": "Production/Stable",
"maintainers": ["etobella"],
"author": "Creu Blanca, Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web-api",
"website": "https://github.com/OCA/edi",
"depends": ["component", "server_environment"],
"data": [
"security/ir.model.access.csv",
Expand Down

0 comments on commit 7337138

Please sign in to comment.