diff --git a/README.md b/README.md index 6608a89e0..abf4e1a38 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ bank-statement-import [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[account_statement_import_base](account_statement_import_base/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Bank Statement Import [//]: # (end addons) diff --git a/account_statement_import_base/README.rst b/account_statement_import_base/README.rst index b28f60431..fde6ec34e 100644 --- a/account_statement_import_base/README.rst +++ b/account_statement_import_base/README.rst @@ -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 +- Alexis de Lattre -- Trobz +- Trobz - - Do Anh Duy + - Do Anh Duy Maintainers ----------- diff --git a/account_statement_import_base/static/description/index.html b/account_statement_import_base/static/description/index.html index 74f138996..b6dbbaf77 100644 --- a/account_statement_import_base/static/description/index.html +++ b/account_statement_import_base/static/description/index.html @@ -367,7 +367,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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: LGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runboat

This is a technical module designed to share code between 2 other diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..3afb80b00 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -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", +]