Skip to content

Commit

Permalink
[IMP] fiscal_company_base: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Mar 29, 2024
1 parent e29f392 commit f4c7c4d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/.setuptools-odoo-make-default-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# addons listed in this file are ignored by
# setuptools-odoo-make-default (one addon per line)
2 changes: 2 additions & 0 deletions setup/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
To learn more about this directory, please visit
https://pypi.python.org/pypi/setuptools-odoo
1 change: 1 addition & 0 deletions setup/fiscal_company_base/odoo/addons/fiscal_company_base
6 changes: 6 additions & 0 deletions setup/fiscal_company_base/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 f4c7c4d

Please sign in to comment.