diff --git a/README.md b/README.md index dfb8b3b6e..522374305 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ addon | version | maintainers | summary [account_banking_mandate](account_banking_mandate/) | 16.0.1.2.1 | | Banking mandates [account_banking_mandate_contact](account_banking_mandate_contact/) | 16.0.1.0.1 | | Assign specific banking mandates in contact level [account_banking_mandate_sale](account_banking_mandate_sale/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Adds mandates on sale orders -[account_banking_mandate_sale_contact](account_banking_mandate_sale_contact/) | 16.0.1.0.0 | | Add a specific contact mandate to sale orders +[account_banking_mandate_sale_contact](account_banking_mandate_sale_contact/) | 16.0.1.0.1 | [![tisho99](https://github.com/tisho99.png?size=30px)](https://github.com/tisho99) | Add a specific contact mandate to sale orders [account_banking_pain_base](account_banking_pain_base/) | 16.0.1.1.0 | | Base module for PAIN file generation [account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 16.0.1.1.1 | | Create SEPA XML files for Credit Transfers [account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 16.0.1.1.0 | | Create SEPA files for Direct Debit diff --git a/account_banking_mandate_sale_contact/README.rst b/account_banking_mandate_sale_contact/README.rst index 3df8e29ce..2723a5894 100644 --- a/account_banking_mandate_sale_contact/README.rst +++ b/account_banking_mandate_sale_contact/README.rst @@ -7,12 +7,12 @@ Account Banking Mandate Sale Contact !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ddf88dc783e9d74389fcb90c658a2c2cf48d69aee98994cd4a196c7dd2d4a962 + !! source digest: sha256:eeae9a271298d5ecc21cb8c66547a6c87ef73fd91c9d179dc795f4092038c9b4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status - :alt: Production/Stable + :alt: Beta .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 diff --git a/account_banking_mandate_sale_contact/__manifest__.py b/account_banking_mandate_sale_contact/__manifest__.py index c3cd2fb61..fa72dde32 100644 --- a/account_banking_mandate_sale_contact/__manifest__.py +++ b/account_banking_mandate_sale_contact/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Account Banking Mandate Sale Contact", "summary": "Add a specific contact mandate to sale orders", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "development_status": "Beta", "category": "Banking addons", "website": "https://github.com/OCA/bank-payment", diff --git a/account_banking_mandate_sale_contact/static/description/index.html b/account_banking_mandate_sale_contact/static/description/index.html index fa17f2157..07459de07 100644 --- a/account_banking_mandate_sale_contact/static/description/index.html +++ b/account_banking_mandate_sale_contact/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,9 +366,9 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ddf88dc783e9d74389fcb90c658a2c2cf48d69aee98994cd4a196c7dd2d4a962 +!! source digest: sha256:eeae9a271298d5ecc21cb8c66547a6c87ef73fd91c9d179dc795f4092038c9b4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module combines the functionality of account_banking_mandate_sale with account_banking_mandate_contact and to allows you to add a specific contact mandate to sale orders.