Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] account_payment_return_import_iso20022: Migration to 17.0 #755

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
77bc8bc
[12.0] [ADD] account_payment_return_import_iso20022 (#236)
ThomasBinsfeld May 8, 2019
0489363
[IMP] - import file with multiple xml documents.
sbejaoui May 24, 2019
1724109
[IMP] Payment Return Import ISO 20022: manage multiple notification a…
ThomasBinsfeld Jun 13, 2019
cebb506
[FIX] - Fix payment return reason csv file
sbejaoui Jul 2, 2019
50912b3
[ADD] - Add payment.return.reason data file to manifest
sbejaoui Jul 2, 2019
b31d06b
Added translation using Weblate (Spanish)
pedrobaeza Aug 19, 2019
fabe3a9
[IMP] account_payment_return_import_iso20022: black, isort, prettier
victoralmau Sep 10, 2020
c2fbf2d
[MIG] account_payment_return_import_iso20022: Migration to 13.0
victoralmau Sep 10, 2020
94f83e0
[IMP] update dotfiles
sbidoul May 15, 2021
e55bbf3
[MIG] account_payment_return_import_iso20022: Migration to 14.0
victoralmau Nov 17, 2021
05b8938
[REF] account_payment_return_import_iso20022: Adapt module to native …
pedrobaeza Nov 8, 2022
9a6b964
[FIX] account_payment_return_import_iso20022: Get the correct line to…
omar7r Feb 1, 2023
3927b32
[MIG] account_payment_return_import_iso20022: Migration to 15.0
carlosdauden Feb 28, 2023
5b1f491
[MIG] account_payment_return_import_iso20022: Migration to 16.0
Apr 17, 2023
5ab0491
Translated using Weblate (Spanish)
Ivorra78 Aug 7, 2023
4dce98b
[IMP] account_payment_return_import_iso20022: test performance improv…
josep-tecnativa Oct 16, 2023
0092649
Added translation using Weblate (Italian)
mymage Feb 21, 2024
7acd12b
[IMP] account_payment_return_import_iso20022: pre-commit auto fixes
carolinafernandez-tecnativa Jul 25, 2024
ffc9bd4
[MIG] account_payment_return_import_iso20022: Migration to 17.0
carolinafernandez-tecnativa Jul 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 94 additions & 0 deletions account_payment_return_import_iso20022/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
======================================
Account Payment Return Import Iso20022
======================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:973090bca5858636be877b7ac41586e5d11783de20baeda33469158cceb88f4c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
:target: https://odoo-community.org/page/development-status
:alt: Mature
.. |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
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--payment-lightgray.png?logo=github
:target: https://github.com/OCA/account-payment/tree/17.0/account_payment_return_import_iso20022
:alt: OCA/account-payment
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-payment-17-0/account-payment-17-0-account_payment_return_import_iso20022
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-payment&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

Module to import payment returns from pain.002.001.03 and
camt.054.001.02 files.

**Table of contents**

.. contents::
:local:

Installation
============

This module depends on *account_payment_order* module from
OCA/bank-payment repository.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-payment/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-payment/issues/new?body=module:%20account_payment_return_import_iso20022%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Tecnativa
* ACSONE SA/NV

Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__

- Carlos Dauden
- Pedro M. Baeza
- David Vidal
- Víctor Martínez
- Carolina Fernandez

- `Acsone <https://acsone.eu>`__

- Thomas Binsfeld

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/account-payment <https://github.com/OCA/account-payment/tree/17.0/account_payment_return_import_iso20022>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions account_payment_return_import_iso20022/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import wizard
22 changes: 22 additions & 0 deletions account_payment_return_import_iso20022/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2019 ACSONE SA/NV
# Copyright 2024 Tecnativa - Carolina Fernandez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Account Payment Return Import Iso20022",
"summary": """
This addon allows to import payment returns from ISO 20022 files
like PAIN or CAMT.""",
"version": "17.0.1.0.0",
"development_status": "Mature",
"license": "AGPL-3",
"author": "Odoo Community Association (OCA),Tecnativa,ACSONE SA/NV",
"website": "https://github.com/OCA/account-payment",
"depends": [
# OCA/account-payment
"account_payment_return_import",
# OCA/bank-payment
"account_payment_order",
],
"data": ["data/payment.return.reason.csv"],
}
226 changes: 226 additions & 0 deletions account_payment_return_import_iso20022/data/payment.return.reason.csv

Large diffs are not rendered by default.

Loading
Loading