From 534ca15ab6acd95486bbbaf5655ca8fe8c3787e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marques?= Date: Fri, 12 Feb 2021 07:38:31 +0000 Subject: [PATCH] [MIG] account_payment_order_return: Migration to 13.0 TT27858 --- account_payment_order_return/README.rst | 19 ++++--- account_payment_order_return/__manifest__.py | 7 ++- .../readme/CONTRIBUTORS.rst | 5 +- account_payment_order_return/readme/USAGE.rst | 4 +- .../static/description/index.html | 17 +++--- .../test_account_payment_order_return.py | 57 +++++++++---------- .../wizards/account_payment_line_create.py | 8 +-- oca_dependencies.txt | 1 + 8 files changed, 59 insertions(+), 59 deletions(-) diff --git a/account_payment_order_return/README.rst b/account_payment_order_return/README.rst index 0399d7fcd..2efdd62ab 100644 --- a/account_payment_order_return/README.rst +++ b/account_payment_order_return/README.rst @@ -14,13 +14,13 @@ Account Payment Order Return :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github - :target: https://github.com/OCA/bank-payment/tree/12.0/account_payment_order_return + :target: https://github.com/OCA/bank-payment/tree/13.0/account_payment_order_return :alt: OCA/bank-payment .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_order_return + :target: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_payment_order_return :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/173/12.0 + :target: https://runbot.odoo-community.org/runbot/173/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -44,11 +44,11 @@ This module is auto-installed when you install *account_payment_return* and Usage ===== -#. Go to Invoicing > Payments > Debit Orders. +#. Go to Invoicing > Customers > Debit Orders. #. Create a new record. #. Click on button "Create Payment Lines from Journal Items" to open the wizard. -#. Click on the "Include move lines from returns " check. +#. Click on the "Include move lines from returns" check. #. Fill other options. #. Click on button "Add All Move Lines". @@ -58,7 +58,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -75,8 +75,9 @@ Contributors * Tecnativa - * Luis M. Ontalba - * Vicent Cubells + * Luis M. Ontalba + * Vicent Cubells + * João Marques * Kitti U. @@ -93,6 +94,6 @@ 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/bank-payment `_ project on GitHub. +This module is part of the `OCA/bank-payment `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_payment_order_return/__manifest__.py b/account_payment_order_return/__manifest__.py index e8e19e472..b1d6ccf9f 100644 --- a/account_payment_order_return/__manifest__.py +++ b/account_payment_order_return/__manifest__.py @@ -1,14 +1,15 @@ # Copyright 2017 Tecnativa - Luis M. Ontalba +# Copyright 2021 Tecnativa - João Marques # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { "name": "Account Payment Order Return", - "version": "12.0.1.1.0", + "version": "13.0.1.0.0", "category": "Banking addons", "author": "Tecnativa, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/bank-payment", - "depends": ["account_payment_return", "account_payment_order",], - "data": ["wizards/account_payment_line_create_view.xml",], + "depends": ["account_payment_return", "account_payment_order"], + "data": ["wizards/account_payment_line_create_view.xml"], "license": "AGPL-3", "installable": True, "auto_install": True, diff --git a/account_payment_order_return/readme/CONTRIBUTORS.rst b/account_payment_order_return/readme/CONTRIBUTORS.rst index e6b32b377..0b3c25a4a 100644 --- a/account_payment_order_return/readme/CONTRIBUTORS.rst +++ b/account_payment_order_return/readme/CONTRIBUTORS.rst @@ -1,6 +1,7 @@ * Tecnativa - * Luis M. Ontalba - * Vicent Cubells + * Luis M. Ontalba + * Vicent Cubells + * João Marques * Kitti U. diff --git a/account_payment_order_return/readme/USAGE.rst b/account_payment_order_return/readme/USAGE.rst index 826c26df4..1bff6ad95 100644 --- a/account_payment_order_return/readme/USAGE.rst +++ b/account_payment_order_return/readme/USAGE.rst @@ -1,7 +1,7 @@ -#. Go to Invoicing > Payments > Debit Orders. +#. Go to Invoicing > Customers > Debit Orders. #. Create a new record. #. Click on button "Create Payment Lines from Journal Items" to open the wizard. -#. Click on the "Include move lines from returns " check. +#. Click on the "Include move lines from returns" check. #. Fill other options. #. Click on button "Add All Move Lines". diff --git a/account_payment_order_return/static/description/index.html b/account_payment_order_return/static/description/index.html index 8c7c5664a..08460e5be 100644 --- a/account_payment_order_return/static/description/index.html +++ b/account_payment_order_return/static/description/index.html @@ -3,7 +3,7 @@ - + Account Payment Order Return