diff --git a/README.md b/README.md index 411a501f6..69818d6c6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ TODO: add repo description. [//]: # (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_payment_mode](account_payment_mode/) | 17.0.1.0.0 | | Account Payment Mode [//]: # (end addons) diff --git a/account_payment_mode/README.rst b/account_payment_mode/README.rst index 83a006d6c..facde3265 100644 --- a/account_payment_mode/README.rst +++ b/account_payment_mode/README.rst @@ -7,7 +7,7 @@ Account Payment Mode !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:06c4606949d3a75e51dcc0d0866ee9908f5c1d89c82d17ec823b3df9145b8f4c + !! source digest: sha256:7d93e706e41adc5927cf0e5dd2b3959fb63309f873d40d092a9e406282aa9dcc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_payment_mode/static/description/index.html b/account_payment_mode/static/description/index.html index 630e064ee..674535b12 100644 --- a/account_payment_mode/static/description/index.html +++ b/account_payment_mode/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:06c4606949d3a75e51dcc0d0866ee9908f5c1d89c82d17ec823b3df9145b8f4c +!! source digest: sha256:7d93e706e41adc5927cf0e5dd2b3959fb63309f873d40d092a9e406282aa9dcc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: AGPL-3 OCA/bank-payment Translate me on Weblate Try me on Runboat

This module adds a new object account.payment.mode, that is used to diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 000000000..6764f461f --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-bank-payment" +version = "17.0.20231124.0" +dependencies = [ + "odoo-addon-account_payment_mode>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]