Skip to content

Commit

Permalink
[IMP] account_menu_invoice_refund: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoBM committed Feb 10, 2023
1 parent e15074d commit 38a63a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion account_menu_invoice_refund/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"category": "Accounting & Finance",
"author": "Ecosoft, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-invoicing/",
"website": "https://github.com/OCA/account-invoicing",
"depends": ["account"],
"data": ["views/account_invoice_view.xml"],
"installable": True,
Expand Down
6 changes: 6 additions & 0 deletions setup/account_menu_invoice_refund/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 38a63a6

Please sign in to comment.