-
-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] account_statement_import_ofx: apply pre-commit auto fixes
- Loading branch information
1 parent
b1c6198
commit b10d5e8
Showing
10 changed files
with
63 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- Odoo SA | ||
- Alexis de Lattre \<<alexis.delattre@akretion.com>\> | ||
- Laurent Mignon \<<laurent.mignon@acsone.eu>\> | ||
- Ronald Portier \<<rportier@therp.nl>\> | ||
- Sylvain LE GAL \<<https://twitter.com/legalsylvain>\> | ||
- Nicolas JEUDY \<<https://github.com/njeudy>\> | ||
- Le Filament \<<https://github.com/lefilament>\> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
This module adds support for the import of bank statements in [OFX | ||
format](https://en.wikipedia.org/wiki/Open_Financial_Exchange). | ||
|
||
Bank Statements may be generated containing a subset of the OFX | ||
information (only those transaction lines that are required for the | ||
creation of the Financial Accounting records). | ||
|
||
Since v14, this module support multi-account OFX files i.e. several | ||
different bank accounts in the same OFX file. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This module requires the [ofxparse](https://pypi.org/project/ofxparse/) | ||
python lib. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# generated from manifests external_dependencies | ||
chardet | ||
ofxparse | ||
xlrd |