diff --git a/README.md b/README.md index 3f1b6fa9e..305851d06 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ addon | version | maintainers | summary [account_banking_mandate](account_banking_mandate/) | 14.0.2.1.0 | | Banking mandates [account_banking_mandate_contact](account_banking_mandate_contact/) | 14.0.1.0.0 | | Assign specific banking mandates in contact level [account_banking_mandate_sale](account_banking_mandate_sale/) | 14.0.1.0.0 | | Adds mandates on sale orders -[account_banking_pain_base](account_banking_pain_base/) | 14.0.2.1.1 | | Base module for PAIN file generation -[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 14.0.2.0.2 | | Create SEPA XML files for Credit Transfers -[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 14.0.2.1.1 | | Create SEPA files for Direct Debit +[account_banking_pain_base](account_banking_pain_base/) | 14.0.2.1.2 | | Base module for PAIN file generation +[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 14.0.2.0.4 | | Create SEPA XML files for Credit Transfers +[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 14.0.2.1.3 | | Create SEPA files for Direct Debit [account_invoice_select_for_payment](account_invoice_select_for_payment/) | 14.0.1.1.0 | | Account Invoice Select for Payment [account_payment_mode](account_payment_mode/) | 14.0.1.1.0 | | Account Payment Mode [account_payment_mode_default_account](account_payment_mode_default_account/) | 14.0.1.0.0 | | Set Receivable or Payable account according to payment mode -[account_payment_order](account_payment_order/) | 14.0.2.5.6 | | Account Payment Order +[account_payment_order](account_payment_order/) | 14.0.2.5.7 | | Account Payment Order [account_payment_order_grouped_output](account_payment_order_grouped_output/) | 14.0.1.0.2 | | Account Payment Order - Generate grouped moves [account_payment_order_lock_draft](account_payment_order_lock_draft/) | 14.0.1.0.0 | [![marcelsavegnago](https://github.com/marcelsavegnago.png?size=30px)](https://github.com/marcelsavegnago) [![kaynnan](https://github.com/kaynnan.png?size=30px)](https://github.com/kaynnan) | Account Payment Order Lock Draft [account_payment_order_notification](account_payment_order_notification/) | 14.0.1.6.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Account Payment Order Notification diff --git a/account_banking_pain_base/README.rst b/account_banking_pain_base/README.rst index 608bcf599..25218502f 100644 --- a/account_banking_pain_base/README.rst +++ b/account_banking_pain_base/README.rst @@ -7,7 +7,7 @@ Account Banking PAIN Base Module !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6aa1af505d3b66400cc74277da96fd6e8065124f4e886d0a1fd3c5580d7a90ba + !! source digest: sha256:5619fe96793a2f299986853f837f902b5137a5b1888724cef05dd25650f24106 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_banking_pain_base/__manifest__.py b/account_banking_pain_base/__manifest__.py index 525c0d633..a9d343c39 100644 --- a/account_banking_pain_base/__manifest__.py +++ b/account_banking_pain_base/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Account Banking PAIN Base Module", "summary": "Base module for PAIN file generation", - "version": "14.0.2.1.1", + "version": "14.0.2.1.2", "license": "AGPL-3", "author": "Akretion, Noviat, Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", diff --git a/account_banking_pain_base/static/description/index.html b/account_banking_pain_base/static/description/index.html index d2ae85607..abcf95019 100644 --- a/account_banking_pain_base/static/description/index.html +++ b/account_banking_pain_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:6aa1af505d3b66400cc74277da96fd6e8065124f4e886d0a1fd3c5580d7a90ba +!! source digest: sha256:5619fe96793a2f299986853f837f902b5137a5b1888724cef05dd25650f24106 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module contains fields and functions that are used by the module for SEPA @@ -458,8 +458,6 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

  • Carlos Roca
  • -
  • Ooops404: -* Eduard Brahas <eduard@ooops404.com>
  • diff --git a/account_banking_sepa_credit_transfer/README.rst b/account_banking_sepa_credit_transfer/README.rst index 15ee8fc3f..bd037861c 100644 --- a/account_banking_sepa_credit_transfer/README.rst +++ b/account_banking_sepa_credit_transfer/README.rst @@ -7,7 +7,7 @@ Account Banking SEPA Credit Transfer !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2522159090b9849df6bd43082865a0338b1393e18acba324cf1f31c06f8445d4 + !! source digest: sha256:062dd1881f68adf67ac6e02d07b7383fc1b4389084c490cb49183bbc0a3e741d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_banking_sepa_credit_transfer/__manifest__.py b/account_banking_sepa_credit_transfer/__manifest__.py index bf82b6c18..99e066a72 100644 --- a/account_banking_sepa_credit_transfer/__manifest__.py +++ b/account_banking_sepa_credit_transfer/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Account Banking SEPA Credit Transfer", "summary": "Create SEPA XML files for Credit Transfers", - "version": "14.0.2.0.3", + "version": "14.0.2.0.4", "license": "AGPL-3", "author": "Akretion, Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", diff --git a/account_banking_sepa_credit_transfer/static/description/index.html b/account_banking_sepa_credit_transfer/static/description/index.html index 62a284115..cd2293366 100644 --- a/account_banking_sepa_credit_transfer/static/description/index.html +++ b/account_banking_sepa_credit_transfer/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:2522159090b9849df6bd43082865a0338b1393e18acba324cf1f31c06f8445d4 +!! source digest: sha256:062dd1881f68adf67ac6e02d07b7383fc1b4389084c490cb49183bbc0a3e741d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

    Module to export payment orders in SEPA XML file format.

    diff --git a/account_banking_sepa_direct_debit/README.rst b/account_banking_sepa_direct_debit/README.rst index 03c2de8cc..d738800b9 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:215d1c7e3b7755a64baf69d54a9a05e6dce31542f251be713a54ee39383676ee + !! source digest: sha256:1726f7844a2cf26f4d01b3f98919244b9aab6332eaeca31b014800fc918229b4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 829755be9..c4a46c11d 100644 --- a/account_banking_sepa_direct_debit/__manifest__.py +++ b/account_banking_sepa_direct_debit/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Account Banking SEPA Direct Debit", "summary": "Create SEPA files for Direct Debit", - "version": "14.0.2.1.2", + "version": "14.0.2.1.3", "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 047a254c4..1de99e270 100644 --- a/account_banking_sepa_direct_debit/static/description/index.html +++ b/account_banking_sepa_direct_debit/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:215d1c7e3b7755a64baf69d54a9a05e6dce31542f251be713a54ee39383676ee +!! source digest: sha256:1726f7844a2cf26f4d01b3f98919244b9aab6332eaeca31b014800fc918229b4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

    Create SEPA files for Direct Debit

    diff --git a/account_payment_order/README.rst b/account_payment_order/README.rst index 0d9272dd7..335d9a0ef 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:e532fdb61d2585cf41ce189bf3978cfcd29745e34d36af33dbb0d956c71a3c77 + !! source digest: sha256:af39397f1ea1aac09360a846ebb26bdcf72cf47d2a9c7ea0551cda4a09d574e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 d8961d470..872bea1fd 100644 --- a/account_payment_order/__manifest__.py +++ b/account_payment_order/__manifest__.py @@ -8,7 +8,7 @@ { "name": "Account Payment Order", - "version": "14.0.2.5.6", + "version": "14.0.2.5.7", "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 889a5dc23..8a5d78c83 100644 --- a/account_payment_order/static/description/index.html +++ b/account_payment_order/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:e532fdb61d2585cf41ce189bf3978cfcd29745e34d36af33dbb0d956c71a3c77 +!! source digest: sha256:af39397f1ea1aac09360a846ebb26bdcf72cf47d2a9c7ea0551cda4a09d574e0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

    This module adds support for payment orders and debit orders.