diff --git a/README.md b/README.md index 754c7044b..28e32a355 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ addon | version | maintainers | summary [account_banking_mandate_sale_contact](account_banking_mandate_sale_contact/) | 17.0.1.0.0 | [](https://github.com/tisho99) | Add a specific contact mandate to sale orders [account_banking_pain_base](account_banking_pain_base/) | 17.0.1.0.0 | | Base module for PAIN file generation [account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 17.0.1.0.1 | | Create SEPA XML files for Credit Transfers -[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 17.0.1.1.0 | | Create SEPA files for Direct Debit +[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 17.0.1.2.0 | | Create SEPA files for Direct Debit [account_payment_mode](account_payment_mode/) | 17.0.1.0.0 | | Account Payment Mode -[account_payment_order](account_payment_order/) | 17.0.1.2.0 | | Account Payment Order +[account_payment_order](account_payment_order/) | 17.0.1.3.0 | | Account Payment Order [account_payment_partner](account_payment_partner/) | 17.0.1.0.1 | | Adds payment mode on partners and invoices [account_payment_purchase](account_payment_purchase/) | 17.0.1.1.1 | | Adds Bank Account and Payment Mode on Purchase Orders [account_payment_purchase_stock](account_payment_purchase_stock/) | 17.0.1.0.0 | | Integrate Account Payment Purchase with Stock diff --git a/account_banking_sepa_direct_debit/README.rst b/account_banking_sepa_direct_debit/README.rst index f4ad1cbd8..76f35445d 100644 --- a/account_banking_sepa_direct_debit/README.rst +++ b/account_banking_sepa_direct_debit/README.rst @@ -7,7 +7,7 @@ Account Banking SEPA Direct Debit !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ac1350220eb08b22b9e046affa68464468b2622686472c86d4f7370040c8e58c + !! source digest: sha256:30de85c7f1b2a88dcd8ef9cbd058a385ecc73701c2b7eab5a76a2445c075767d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_banking_sepa_direct_debit/__manifest__.py b/account_banking_sepa_direct_debit/__manifest__.py index 0f9a968f7..26740b7f0 100644 --- a/account_banking_sepa_direct_debit/__manifest__.py +++ b/account_banking_sepa_direct_debit/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Account Banking SEPA Direct Debit", "summary": "Create SEPA files for Direct Debit", - "version": "17.0.1.1.0", + "version": "17.0.1.2.0", "license": "AGPL-3", "author": "Akretion, Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", diff --git a/account_banking_sepa_direct_debit/static/description/index.html b/account_banking_sepa_direct_debit/static/description/index.html index 0202d1038..46649b27d 100644 --- a/account_banking_sepa_direct_debit/static/description/index.html +++ b/account_banking_sepa_direct_debit/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ac1350220eb08b22b9e046affa68464468b2622686472c86d4f7370040c8e58c +!! source digest: sha256:30de85c7f1b2a88dcd8ef9cbd058a385ecc73701c2b7eab5a76a2445c075767d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Create SEPA files for Direct Debit
diff --git a/account_payment_order/README.rst b/account_payment_order/README.rst index 29c465d22..edc84cace 100644 --- a/account_payment_order/README.rst +++ b/account_payment_order/README.rst @@ -7,7 +7,7 @@ Account Payment Order !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e6f2e6c27901923135487b858666260c015a9ef890b0d05719d19a0f30dcaf4e + !! source digest: sha256:08f5eaaa9c6291e33d808e2dbeb1ec17d1021f32b4db55972b8347abdce1f7e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_payment_order/__manifest__.py b/account_payment_order/__manifest__.py index 682e9f440..1c08707a9 100644 --- a/account_payment_order/__manifest__.py +++ b/account_payment_order/__manifest__.py @@ -9,7 +9,7 @@ { "name": "Account Payment Order", - "version": "17.0.1.2.0", + "version": "17.0.1.3.0", "license": "AGPL-3", "author": "ACSONE SA/NV, " "Therp BV, " diff --git a/account_payment_order/static/description/index.html b/account_payment_order/static/description/index.html index 88a8268d9..e425432e1 100644 --- a/account_payment_order/static/description/index.html +++ b/account_payment_order/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e6f2e6c27901923135487b858666260c015a9ef890b0d05719d19a0f30dcaf4e +!! source digest: sha256:08f5eaaa9c6291e33d808e2dbeb1ec17d1021f32b4db55972b8347abdce1f7e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module adds support for payment orders and debit orders.