Skip to content

Commit

Permalink
[IMP] sale_invoice_plan: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TheerayutEncoder committed Dec 6, 2024
1 parent 65ace39 commit 65f797c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ repos:
- --header
- "# generated from manifests external_dependencies"
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 5.0.0
hooks:
- id: flake8
name: flake8
Expand Down
1 change: 1 addition & 0 deletions setup/sale_invoice_plan/odoo/addons/sale_invoice_plan
6 changes: 6 additions & 0 deletions setup/sale_invoice_plan/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 65f797c

Please sign in to comment.