Skip to content

Commit

Permalink
[IMP] edi_account_oca: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiMForgeFlow committed Nov 27, 2024
1 parent 75eb1d2 commit fda0e97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion edi_account_oca/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Creu Blanca,Odoo Community Association (OCA)",
"maintainers": ["etobella"],
"development_status": "Beta",
"website": "https://github.com/OCA/edi-framework",
"website": "https://github.com/OCA/edi",
"depends": ["account", "edi_oca", "component_event"],
"data": [
"views/account_journal.xml",
Expand Down
1 change: 1 addition & 0 deletions setup/edi_account_oca/odoo/addons/edi_account_oca
6 changes: 6 additions & 0 deletions setup/edi_account_oca/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,
)

0 comments on commit fda0e97

Please sign in to comment.