diff --git a/README.md b/README.md index 293558881..04a1eb407 100644 --- a/README.md +++ b/README.md @@ -21,20 +21,20 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_banking_mandate](account_banking_mandate/) | 15.0.2.1.0 | | Banking mandates -[account_banking_mandate_contact](account_banking_mandate_contact/) | 15.0.1.0.0 | | Assign specific banking mandates in contact level +[account_banking_mandate](account_banking_mandate/) | 15.0.2.1.1 | | Banking mandates +[account_banking_mandate_contact](account_banking_mandate_contact/) | 15.0.1.0.1 | | Assign specific banking mandates in contact level [account_banking_mandate_sale](account_banking_mandate_sale/) | 15.0.1.0.0 | [](https://github.com/alexis-via) | Adds mandates on sale orders [account_banking_pain_base](account_banking_pain_base/) | 15.0.2.0.2 | | Base module for PAIN file generation -[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 15.0.2.0.1 | | Create SEPA XML files for Credit Transfers -[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 15.0.2.1.0 | | Create SEPA files for Direct Debit -[account_payment_mode](account_payment_mode/) | 15.0.1.0.2 | | Account Payment Mode -[account_payment_order](account_payment_order/) | 15.0.2.2.0 | | Account Payment Order +[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 15.0.2.0.2 | | Create SEPA XML files for Credit Transfers +[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 15.0.2.1.1 | | Create SEPA files for Direct Debit +[account_payment_mode](account_payment_mode/) | 15.0.1.0.3 | | Account Payment Mode +[account_payment_order](account_payment_order/) | 15.0.2.2.1 | | Account Payment Order [account_payment_order_grouped_output](account_payment_order_grouped_output/) | 15.0.1.0.2 | | Account Payment Order - Generate grouped moves -[account_payment_order_return](account_payment_order_return/) | 15.0.1.0.0 | | Account Payment Order Return -[account_payment_partner](account_payment_partner/) | 15.0.1.3.1 | | Adds payment mode on partners and invoices +[account_payment_order_return](account_payment_order_return/) | 15.0.1.0.1 | | Account Payment Order Return +[account_payment_partner](account_payment_partner/) | 15.0.1.3.2 | | Adds payment mode on partners and invoices [account_payment_purchase](account_payment_purchase/) | 15.0.1.0.0 | | Adds Bank Account and Payment Mode on Purchase Orders [account_payment_purchase_stock](account_payment_purchase_stock/) | 15.0.1.0.0 | | Integrate Account Payment Purchase with Stock -[account_payment_sale](account_payment_sale/) | 15.0.1.0.0 | | Adds payment mode on sale orders +[account_payment_sale](account_payment_sale/) | 15.0.1.0.1 | | Adds payment mode on sale orders [//]: # (end addons) diff --git a/account_banking_mandate/README.rst b/account_banking_mandate/README.rst index 8fa2475f7..1c129f2ff 100644 --- a/account_banking_mandate/README.rst +++ b/account_banking_mandate/README.rst @@ -7,7 +7,7 @@ Account Banking Mandate !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b007753ec386f9f888fa18f099173e40078770652e8179e7acfa477f7add6ab7 + !! source digest: sha256:75b8d2cfc14b3d958f45aec91604837a70b24b57cd085784cf2f839db6d6f7c7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/account_banking_mandate/__manifest__.py b/account_banking_mandate/__manifest__.py index 692e7d7e7..a4a168f0c 100644 --- a/account_banking_mandate/__manifest__.py +++ b/account_banking_mandate/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Account Banking Mandate", "summary": "Banking mandates", - "version": "15.0.2.1.0", + "version": "15.0.2.1.1", "development_status": "Production/Stable", "license": "AGPL-3", "author": "Compassion CH, " diff --git a/account_banking_mandate/static/description/index.html b/account_banking_mandate/static/description/index.html index 4744a6580..fbb317b67 100644 --- a/account_banking_mandate/static/description/index.html +++ b/account_banking_mandate/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:b007753ec386f9f888fa18f099173e40078770652e8179e7acfa477f7add6ab7 +!! source digest: sha256:75b8d2cfc14b3d958f45aec91604837a70b24b57cd085784cf2f839db6d6f7c7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module adds a generic model for banking mandates. diff --git a/account_banking_mandate_contact/README.rst b/account_banking_mandate_contact/README.rst index b5390d6bd..c1f73c485 100644 --- a/account_banking_mandate_contact/README.rst +++ b/account_banking_mandate_contact/README.rst @@ -7,7 +7,7 @@ Account Banking Mandate Contact !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:72ef0855d177fa6dd1f3596940a04f53c849846bbe4590ff8a273197d0eaea1e + !! source digest: sha256:c037b632e64403ec6e4d61e7275eece4b909b3cdfe5199867e18ae8e362381bb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/account_banking_mandate_contact/__manifest__.py b/account_banking_mandate_contact/__manifest__.py index 026a6a89c..16cca8aea 100644 --- a/account_banking_mandate_contact/__manifest__.py +++ b/account_banking_mandate_contact/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Account Banking Mandate Contact", "summary": "Assign specific banking mandates in contact level", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", "development_status": "Production/Stable", "category": "Banking addons", "website": "https://github.com/OCA/bank-payment", diff --git a/account_banking_mandate_contact/static/description/index.html b/account_banking_mandate_contact/static/description/index.html index af46009bb..633c4576d 100644 --- a/account_banking_mandate_contact/static/description/index.html +++ b/account_banking_mandate_contact/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:72ef0855d177fa6dd1f3596940a04f53c849846bbe4590ff8a273197d0eaea1e +!! source digest: sha256:c037b632e64403ec6e4d61e7275eece4b909b3cdfe5199867e18ae8e362381bb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows to select a specific banking mandate diff --git a/account_banking_sepa_credit_transfer/README.rst b/account_banking_sepa_credit_transfer/README.rst index f19e1adb3..f992f1fc2 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:48d0e6d3719099d4961e074aa4f1a52ded3b0a2b20ea4f196193287b365f14e3 + !! source digest: sha256:2b4d78c389aa5bdf53a21d0f8fa793ab442d18538c8927a59aa5e03e23a09000 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 487620749..54f16c476 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": "15.0.2.0.1", + "version": "15.0.2.0.2", "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 462788413..8164750ac 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:48d0e6d3719099d4961e074aa4f1a52ded3b0a2b20ea4f196193287b365f14e3 +!! source digest: sha256:2b4d78c389aa5bdf53a21d0f8fa793ab442d18538c8927a59aa5e03e23a09000 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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 0a77a371a..965889491 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:8a8bfc088794119da50bbc98c2f1e2081280ec62027921bb8ce2fb2ffd99731a + !! source digest: sha256:37bfe14d3d7f10e117efe8fd68b267f71519c8291962a98f267a5788370c96f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 44991afc5..53cbd8eeb 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": "15.0.2.1.0", + "version": "15.0.2.1.1", "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 c80c454a3..4925b3db8 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:8a8bfc088794119da50bbc98c2f1e2081280ec62027921bb8ce2fb2ffd99731a +!! source digest: sha256:37bfe14d3d7f10e117efe8fd68b267f71519c8291962a98f267a5788370c96f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->Create SEPA files for Direct Debit
diff --git a/account_payment_mode/README.rst b/account_payment_mode/README.rst index f39e8c371..fbe0ecf6c 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:e2df02e82476d7ce55b9f5104fe2d88ba3e3261e2d493f3989f43f49f8ed50f7 + !! source digest: sha256:6dea3f394cebf3910f2d4af43b4e9291e6c19591956a99af56410fddf7e2c485 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_payment_mode/__manifest__.py b/account_payment_mode/__manifest__.py index 2989cc68a..45b79d1d7 100644 --- a/account_payment_mode/__manifest__.py +++ b/account_payment_mode/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Payment Mode", - "version": "15.0.1.0.2", + "version": "15.0.1.0.3", "development_status": "Mature", "license": "AGPL-3", "author": "Akretion,Odoo Community Association (OCA)", diff --git a/account_payment_mode/static/description/index.html b/account_payment_mode/static/description/index.html index a6f0493fc..fb7b94371 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:e2df02e82476d7ce55b9f5104fe2d88ba3e3261e2d493f3989f43f49f8ed50f7 +!! source digest: sha256:6dea3f394cebf3910f2d4af43b4e9291e6c19591956a99af56410fddf7e2c485 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module adds a new object account.payment.mode, that is used to better diff --git a/account_payment_order/README.rst b/account_payment_order/README.rst index eb68773ec..c0f79074a 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:13aa0828c8c37d8abf039a6a9c89e8032cd07b07afeabb4be4c62eae0b82ee1f + !! source digest: sha256:da09a5bc0c582cdcdfa4cd8fd167a68d7ca63f3d3d3861f4ea87a18080074015 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 a9fbd2d9c..7a0e91f6f 100644 --- a/account_payment_order/__manifest__.py +++ b/account_payment_order/__manifest__.py @@ -9,7 +9,7 @@ { "name": "Account Payment Order", - "version": "15.0.2.2.0", + "version": "15.0.2.2.1", "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 a2abc1a7a..f382ab511 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:13aa0828c8c37d8abf039a6a9c89e8032cd07b07afeabb4be4c62eae0b82ee1f +!! source digest: sha256:da09a5bc0c582cdcdfa4cd8fd167a68d7ca63f3d3d3861f4ea87a18080074015 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module adds support for payment orders and debit orders.
diff --git a/account_payment_order_return/README.rst b/account_payment_order_return/README.rst index 55ff116c7..78013d084 100644 --- a/account_payment_order_return/README.rst +++ b/account_payment_order_return/README.rst @@ -7,7 +7,7 @@ Account Payment Order Return !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d14ff9a3e55a8d0d2ac3cfa68099ad5b8690a35d2c2613cce7f68f4a987bd0e1 + !! source digest: sha256:960b3f1f4777abae500e185dca37ec3c131a4fc26bfa31a31fa5c4e2be220fb8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_payment_order_return/__manifest__.py b/account_payment_order_return/__manifest__.py index 776671c1c..37cc9792d 100644 --- a/account_payment_order_return/__manifest__.py +++ b/account_payment_order_return/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Payment Order Return", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", "category": "Banking addons", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", diff --git a/account_payment_order_return/static/description/index.html b/account_payment_order_return/static/description/index.html index 6df3f22b8..fc7226bad 100644 --- a/account_payment_order_return/static/description/index.html +++ b/account_payment_order_return/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:d14ff9a3e55a8d0d2ac3cfa68099ad5b8690a35d2c2613cce7f68f4a987bd0e1 +!! source digest: sha256:960b3f1f4777abae500e185dca37ec3c131a4fc26bfa31a31fa5c4e2be220fb8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module adds a check in the wizard where move lines are imported into diff --git a/account_payment_partner/README.rst b/account_payment_partner/README.rst index a7cc09d74..9c4d32cea 100644 --- a/account_payment_partner/README.rst +++ b/account_payment_partner/README.rst @@ -7,7 +7,7 @@ Account Payment Partner !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3b11fcb49097d3d3b8dcb9388a3edb85df553fc33acc117e0e3ce7db15282232 + !! source digest: sha256:8edaf7b8815dd2361ce450e60b0f4c826e7546ddac0954532f0d37206fd8ea93 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_payment_partner/__manifest__.py b/account_payment_partner/__manifest__.py index 2cb8d893a..5d8fc5da3 100644 --- a/account_payment_partner/__manifest__.py +++ b/account_payment_partner/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Account Payment Partner", - "version": "15.0.1.3.1", + "version": "15.0.1.3.2", "category": "Banking addons", "license": "AGPL-3", "summary": "Adds payment mode on partners and invoices", diff --git a/account_payment_partner/static/description/index.html b/account_payment_partner/static/description/index.html index 439170067..5b93806b8 100644 --- a/account_payment_partner/static/description/index.html +++ b/account_payment_partner/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:3b11fcb49097d3d3b8dcb9388a3edb85df553fc33acc117e0e3ce7db15282232 +!! source digest: sha256:8edaf7b8815dd2361ce450e60b0f4c826e7546ddac0954532f0d37206fd8ea93 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module adds several fields:
diff --git a/account_payment_sale/README.rst b/account_payment_sale/README.rst index e34f748a4..4a1e66a62 100644 --- a/account_payment_sale/README.rst +++ b/account_payment_sale/README.rst @@ -7,7 +7,7 @@ Account Payment Sale !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b96ce220babe7a316c697ba34dde1bba39db3ee1bc8dd97b6d16030371f603aa + !! source digest: sha256:c62496df074b8f193f544f1efbfe848aaf45874027ea7d2f4b7f963dae36d23a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_payment_sale/__manifest__.py b/account_payment_sale/__manifest__.py index ea20463a6..106ce8e9b 100644 --- a/account_payment_sale/__manifest__.py +++ b/account_payment_sale/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Payment Sale", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", "category": "Banking addons", "license": "AGPL-3", "summary": "Adds payment mode on sale orders", diff --git a/account_payment_sale/static/description/index.html b/account_payment_sale/static/description/index.html index 6b3e28e86..34842ec06 100644 --- a/account_payment_sale/static/description/index.html +++ b/account_payment_sale/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:b96ce220babe7a316c697ba34dde1bba39db3ee1bc8dd97b6d16030371f603aa +!! source digest: sha256:c62496df074b8f193f544f1efbfe848aaf45874027ea7d2f4b7f963dae36d23a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This modules adds one field on sale orders: Payment Mode.