-
-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b39c671
commit e58cf52
Showing
4 changed files
with
25 additions
and
10 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Base module for Bank Statement Import | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:8a0ca56de404b6170ac3b65b4307eebcf333aba95bdd7ae467333cafd5796bde | ||
!! source digest: sha256:453c97de1dba264901b14ad5bb8988c6ff5fa40978f9bed4e0f8e84ff4f5331f | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png | ||
|
@@ -31,10 +31,10 @@ Base module for Bank Statement Import | |
This is a technical module designed to share code between 2 other | ||
modules: | ||
|
||
- **account_statement_import_file** that allows to import bank | ||
statements from files, | ||
- **account_statement_import_online** that allows to import bank | ||
statements from webservices/APIs. | ||
- **account_statement_import_file** that allows to import bank | ||
statements from files, | ||
- **account_statement_import_online** that allows to import bank | ||
statements from webservices/APIs. | ||
|
||
**Table of contents** | ||
|
||
|
@@ -62,11 +62,11 @@ Authors | |
Contributors | ||
------------ | ||
|
||
- Alexis de Lattre <[email protected]> | ||
- Alexis de Lattre <[email protected]> | ||
|
||
- Trobz <https://www.trobz.com/> | ||
- Trobz <https://www.trobz.com/> | ||
|
||
- Do Anh Duy <[email protected]> | ||
- Do Anh Duy <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
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,11 @@ | ||
[project] | ||
name = "odoo-addons-oca-bank-statement-import" | ||
version = "18.0.20241217.0" | ||
dependencies = [ | ||
"odoo-addon-account_statement_import_base==18.0.*", | ||
] | ||
classifiers=[ | ||
"Programming Language :: Python", | ||
"Framework :: Odoo", | ||
"Framework :: Odoo :: 18.0", | ||
] |