diff --git a/README.md b/README.md index fa6e7afe..cd2751ef 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ account-reconcile [//]: # (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_base](account_statement_base/) | 18.0.1.0.0 | [](https://github.com/alexis-via) | Base module for Bank Statements [//]: # (end addons) diff --git a/account_statement_base/README.rst b/account_statement_base/README.rst index eee9cab5..9322ecb0 100644 --- a/account_statement_base/README.rst +++ b/account_statement_base/README.rst @@ -7,7 +7,7 @@ Bank Statement Base !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:baed690e1bab1fc9aea5f5fbb74b80f3a00ed79c64bd911ce8b59571b8b27ad4 + !! source digest: sha256:dc56f6cb2cc511eaff91f829c1dd3313a6c23a3747600081af0239159fad5fbf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_statement_base/static/description/index.html b/account_statement_base/static/description/index.html index 24690c37..2786eb95 100644 --- a/account_statement_base/static/description/index.html +++ b/account_statement_base/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:baed690e1bab1fc9aea5f5fbb74b80f3a00ed79c64bd911ce8b59571b8b27ad4 +!! source digest: sha256:dc56f6cb2cc511eaff91f829c1dd3313a6c23a3747600081af0239159fad5fbf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This is a technical module that adds the views of the Bank Statement diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 00000000..c0de0af8 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-account-reconcile" +version = "18.0.20241122.0" +dependencies = [ + "odoo-addon-account_statement_base==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]