Skip to content

Commit

Permalink
[IMP] queue_job_subscribe: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiadavid committed Jul 30, 2023
1 parent 16861f0 commit 6b21c46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^queue_job_subscribe/|
^test_base_import_async/|
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
Expand Down
1 change: 1 addition & 0 deletions setup/queue_job_subscribe/odoo/addons/queue_job_subscribe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../../../queue_job_subscribe
6 changes: 6 additions & 0 deletions setup/queue_job_subscribe/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 6b21c46

Please sign in to comment.