|
| 1 | +====================================== |
| 2 | +ITA - Banking SEPA Credit Transfer CBI |
| 3 | +====================================== |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:02902c5254c68bfbf56f4d27f656976d29ad127c532e85dbf1d965b337bb505f |
| 11 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 12 | +
|
| 13 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 14 | + :target: https://odoo-community.org/page/development-status |
| 15 | + :alt: Beta |
| 16 | +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
| 17 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 18 | + :alt: License: AGPL-3 |
| 19 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_sct_cbi |
| 21 | + :alt: OCA/l10n-italy |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_sct_cbi |
| 24 | + :alt: Translate me on Weblate |
| 25 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 26 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&target_branch=16.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module adds new payment export types to use in the payment order. |
| 32 | +For italian credit transfer, the format codes are |
| 33 | + |
| 34 | +- CBIBdyPaymentRequest.00.04.01 |
| 35 | +- CBIBdyCrossBorderPaymentRequest.00.01.01 |
| 36 | + |
| 37 | +The created XML follows the CBI standards in |
| 38 | +https://www.cbi-org.eu/My-Menu/Servizio-CBI-Documentazione/Servizio-CBI-Documentazione-Standard. |
| 39 | + |
| 40 | +Note (ITA): |
| 41 | + |
| 42 | +Le specifiche CBI del bonifico XML SEPA (versione 00.04.01) si basano |
| 43 | +sul messaggio ISO20022 pain.001.001.09 e sono compliant al Rulebook |
| 44 | +SEPA. |
| 45 | + |
| 46 | +Ad esempio la presenza obbligatoria dell’ABI della banca di addebito |
| 47 | +contenuto nel campo “MmbId” che è invece facoltativo nel tracciato ISO. |
| 48 | + |
| 49 | +**Table of contents** |
| 50 | + |
| 51 | +.. contents:: |
| 52 | + :local: |
| 53 | + |
| 54 | +Configuration |
| 55 | +============= |
| 56 | + |
| 57 | +In Invoicing / Configuration / Settings / SEPA/PAIN, set: |
| 58 | + |
| 59 | +- the CUC code in field ``Initiating Party Identifier`` |
| 60 | +- the ``Initiating Party Identifier`` (must be "CBI"). |
| 61 | + |
| 62 | +|company_setting| |
| 63 | + |
| 64 | +-------------- |
| 65 | + |
| 66 | +In Invoicing / Configuration / Management / Payment Modes, create a new |
| 67 | +payment mode. |
| 68 | + |
| 69 | +|payment_mode1| |
| 70 | + |
| 71 | +-------------- |
| 72 | + |
| 73 | +In the new payment mode is important to set the Italian format SEPA CBI |
| 74 | + |
| 75 | +|payment_mode2| |
| 76 | + |
| 77 | +.. |company_setting| image:: https://raw.githubusercontent.com/OCA/l10n-italy/16.0/l10n_it_sct_cbi/static/company_setting.png |
| 78 | +.. |payment_mode1| image:: https://raw.githubusercontent.com/OCA/l10n-italy/16.0/l10n_it_sct_cbi/static/payment_mode1.png |
| 79 | +.. |payment_mode2| image:: https://raw.githubusercontent.com/OCA/l10n-italy/16.0/l10n_it_sct_cbi/static/payment_mode2.png |
| 80 | + |
| 81 | +Usage |
| 82 | +===== |
| 83 | + |
| 84 | +This module uses the grouped payments implemented by the OCA in |
| 85 | +``account_payment_order``, grouped payments are also implemented in Odoo |
| 86 | +EE. |
| 87 | + |
| 88 | +When you create a new payment order, you must select the payment mode |
| 89 | +created during configuration |
| 90 | + |
| 91 | +|order_payment| |
| 92 | + |
| 93 | +In order to get the xml file: |
| 94 | + |
| 95 | +1. click on "Confirm payments" |
| 96 | +2. click on "Generate payment file" |generate_payment| |
| 97 | + |
| 98 | +-------------- |
| 99 | + |
| 100 | +Then you can download the generated file |
| 101 | + |
| 102 | +|make_payment_download| |
| 103 | + |
| 104 | +.. |order_payment| image:: https://raw.githubusercontent.com/OCA/l10n-italy/16.0/l10n_it_sct_cbi/static/order_payment.png |
| 105 | +.. |generate_payment| image:: https://raw.githubusercontent.com/OCA/l10n-italy/16.0/l10n_it_sct_cbi/static/generate_payment.png |
| 106 | +.. |make_payment_download| image:: https://raw.githubusercontent.com/OCA/l10n-italy/16.0/l10n_it_sct_cbi/static/make_payment_download.png |
| 107 | + |
| 108 | +Bug Tracker |
| 109 | +=========== |
| 110 | + |
| 111 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/issues>`_. |
| 112 | +In case of trouble, please check there if your issue has already been reported. |
| 113 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 114 | +`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_sct_cbi%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 115 | + |
| 116 | +Do not contact contributors directly about support or help with technical issues. |
| 117 | + |
| 118 | +Credits |
| 119 | +======= |
| 120 | + |
| 121 | +Authors |
| 122 | +------- |
| 123 | + |
| 124 | +* Openforce di Alessandro Camilli |
| 125 | + |
| 126 | +Contributors |
| 127 | +------------ |
| 128 | + |
| 129 | +- Alessandro Camilli <alessandro.camilli@openforce.it> |
| 130 | +- Andrea Colangelo <andrea.colangelo@openforce.it> |
| 131 | +- Lorenzo Battistini <lorenzo.battistini@agilebg.com> |
| 132 | +- Alex Comba <alex.comba@agilebg.com> |
| 133 | +- `Aion Tech <https://aiontech.company/>`__: |
| 134 | + |
| 135 | + - Simone Rubino <simone.rubino@aion-tech.it> |
| 136 | + |
| 137 | +Maintainers |
| 138 | +----------- |
| 139 | + |
| 140 | +This module is maintained by the OCA. |
| 141 | + |
| 142 | +.. image:: https://odoo-community.org/logo.png |
| 143 | + :alt: Odoo Community Association |
| 144 | + :target: https://odoo-community.org |
| 145 | + |
| 146 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 147 | +mission is to support the collaborative development of Odoo features and |
| 148 | +promote its widespread use. |
| 149 | + |
| 150 | +.. |maintainer-SirAionTech| image:: https://github.com/SirAionTech.png?size=40px |
| 151 | + :target: https://github.com/SirAionTech |
| 152 | + :alt: SirAionTech |
| 153 | + |
| 154 | +Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: |
| 155 | + |
| 156 | +|maintainer-SirAionTech| |
| 157 | + |
| 158 | +This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_sct_cbi>`_ project on GitHub. |
| 159 | + |
| 160 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments