Skip to content

Commit

Permalink
[IMP] account_statement_import_txt_xlsx: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralmau committed Sep 27, 2023
1 parent e0874b3 commit d006f64
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# generated from manifests external_dependencies
chardet
ofxparse
xlrd
6 changes: 6 additions & 0 deletions setup/account_statement_import_txt_xlsx/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 d006f64

Please sign in to comment.