Skip to content

Commit

Permalink
[IMP] account_tax_group_widget_base_amount: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dsolanki-initos committed Jul 12, 2023
1 parent 964feb4 commit 36183b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion account_tax_group_widget_base_amount/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Account Tax Group Widget Base Amount",
"summary": "Adds base to tax group widget as it's put in the report",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"development_status": "Beta",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/account-invoicing",
Expand Down
6 changes: 6 additions & 0 deletions setup/account_tax_group_widget_base_amount/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 36183b5

Please sign in to comment.