[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2023-11-24 19:42:49 +00:00
parent 0474e3804e
commit cd066c3f73
4 changed files with 18 additions and 3 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/bank-payment/tree/17.0/account_payment_mode"><img alt="OCA/bank-payment" src="https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_mode"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/bank-payment&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds a new object <em>account.payment.mode</em>, that is used to

View File

@@ -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",
]