Skip to content

Commit

Permalink
[11.0][MIG] account_payment_return_import_sepa_pain
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis M. Ontalba authored and pedrobaeza committed Apr 5, 2018
1 parent b533401 commit 35a2b72
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 15 deletions.
11 changes: 6 additions & 5 deletions account_payment_return_import_sepa_pain/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

=======================================
Expand All @@ -11,15 +11,15 @@ Module to import SEPA Direct Debit Unpaid Report File Format PAIN.002.001.03.
Installation
============

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

Usage
=====

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/96/10.0
:target: https://runbot.odoo-community.org/runbot/96/11.0

Bug Tracker
===========
Expand All @@ -38,6 +38,7 @@ Contributors
* Carlos Dauden <pedro.baeza@tecnativa.com>
* Pedro M. Baeza <pedro.baeza@tecnativa.com>
* David Vidal <david.vidal@tecnativa.com>
* Luis M. Ontalba <luis.martinez@tecnativa.com>

Maintainer
----------
Expand Down
1 change: 0 additions & 1 deletion account_payment_return_import_sepa_pain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-

from . import models
from . import wizard
3 changes: 1 addition & 2 deletions account_payment_return_import_sepa_pain/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# Copyright 2017 David Vidal <david.vidal@tecnativa.com>
Expand All @@ -7,7 +6,7 @@
{
'name': 'Account Payment Return Import SEPA Pain',
'category': 'Accounting',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'summary': 'Module to import SEPA Direct Debit Unpaid Report File Format '
'PAIN.002.001.03',
'license': 'AGPL-3',
Expand Down
1 change: 0 additions & 1 deletion account_payment_return_import_sepa_pain/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-

from . import payment_return
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

Expand Down
1 change: 0 additions & 1 deletion account_payment_return_import_sepa_pain/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- encoding: utf-8 -*-

from . import test_import_sepa_pain
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

Expand Down
1 change: 0 additions & 1 deletion account_payment_return_import_sepa_pain/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-

from . import payment_return_import
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

Expand Down
1 change: 1 addition & 0 deletions oca_dependencies.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bank-payment
reporting-engine

0 comments on commit 35a2b72

Please sign in to comment.