diff --git a/account_bank_statement_import_online_ponto/README.rst b/account_bank_statement_import_online_ponto/README.rst index c99da511..c8a4a96f 100644 --- a/account_bank_statement_import_online_ponto/README.rst +++ b/account_bank_statement_import_online_ponto/README.rst @@ -14,13 +14,13 @@ Online Bank Statements: MyPonto.com :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--statement--import-lightgray.png?logo=github - :target: https://github.com/OCA/bank-statement-import/tree/12.0/account_bank_statement_import_online_ponto + :target: https://github.com/OCA/bank-statement-import/tree/13.0/account_bank_statement_import_online_ponto :alt: OCA/bank-statement-import .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_online_ponto + :target: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_online_ponto :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/174/12.0 + :target: https://runbot.odoo-community.org/runbot/174/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -83,7 +83,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. @@ -102,6 +102,7 @@ Contributors * `Tecnativa `__: * Pedro M. Baeza + * João Marques Maintainers ~~~~~~~~~~~ @@ -116,6 +117,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-statement-import `_ project on GitHub. +This module is part of the `OCA/bank-statement-import `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_bank_statement_import_online_ponto/__manifest__.py b/account_bank_statement_import_online_ponto/__manifest__.py index 8ae1c86c..b77980c3 100644 --- a/account_bank_statement_import_online_ponto/__manifest__.py +++ b/account_bank_statement_import_online_ponto/__manifest__.py @@ -1,8 +1,9 @@ # Copyright 2020 Florent de Labarre +# Copyright 2020 Tecnativa - João Marques # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Online Bank Statements: MyPonto.com", - "version": "12.0.1.1.0", + "version": "13.0.1.0.0", "category": "Account", "website": "https://github.com/OCA/bank-statement-import", "author": "Florent de Labarre, Odoo Community Association (OCA)", diff --git a/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py b/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py index f52e825b..80b8456e 100644 --- a/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py +++ b/account_bank_statement_import_online_ponto/models/online_bank_statement_provider_ponto.py @@ -38,7 +38,7 @@ class OnlineBankStatementProviderPonto(models.Model): def _obtain_statement_data(self, date_since, date_until): self.ensure_one() if self.service != "ponto": - return super()._obtain_statement_data(date_since, date_until,) + return super()._obtain_statement_data(date_since, date_until) return self._ponto_obtain_statement_data(date_since, date_until) ######### @@ -221,7 +221,7 @@ class OnlineBankStatementProviderPonto(models.Model): attributes = transaction.get("attributes", {}) ref_list = [ attributes.get(x) - for x in {"description", "counterpartName", "counterpartReference",} + for x in {"description", "counterpartName", "counterpartReference"} if attributes.get(x) ] ref = " ".join(ref_list) diff --git a/account_bank_statement_import_online_ponto/readme/CONTRIBUTORS.rst b/account_bank_statement_import_online_ponto/readme/CONTRIBUTORS.rst index 077a3ecf..e9b8f87d 100644 --- a/account_bank_statement_import_online_ponto/readme/CONTRIBUTORS.rst +++ b/account_bank_statement_import_online_ponto/readme/CONTRIBUTORS.rst @@ -2,3 +2,4 @@ * `Tecnativa `__: * Pedro M. Baeza + * João Marques diff --git a/account_bank_statement_import_online_ponto/static/description/index.html b/account_bank_statement_import_online_ponto/static/description/index.html index 88dd4fea..f550b620 100644 --- a/account_bank_statement_import_online_ponto/static/description/index.html +++ b/account_bank_statement_import_online_ponto/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runbot

This module provides online bank statements from MyPonto.com.

Table of contents

@@ -431,7 +431,7 @@ transactions.

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.

@@ -448,6 +448,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Florent de Labarre
  • Tecnativa:
    • Pedro M. Baeza
    • +
    • João Marques
  • @@ -459,7 +460,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    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-statement-import project on GitHub.

    +

    This module is part of the OCA/bank-statement-import project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    diff --git a/account_bank_statement_import_online_ponto/tests/test_account_bank_statement_import_online_ponto.py b/account_bank_statement_import_online_ponto/tests/test_account_bank_statement_import_online_ponto.py index d1b912c8..73d62fea 100644 --- a/account_bank_statement_import_online_ponto/tests/test_account_bank_statement_import_online_ponto.py +++ b/account_bank_statement_import_online_ponto/tests/test_account_bank_statement_import_online_ponto.py @@ -142,7 +142,7 @@ class TestAccountBankAccountStatementImportOnlineQonto(common.TransactionCase): ) def test_ponto(self): - with self.mock_transaction(), self.mock_header(), self.mock_synchronisation(), self.mock_account_ids(): + with self.mock_transaction(), self.mock_header(), self.mock_synchronisation(), self.mock_account_ids(): # noqa: B950 lines, statement_values = self.provider._obtain_statement_data( datetime(2019, 11, 3), datetime(2019, 11, 17), ) diff --git a/account_bank_statement_import_online_ponto/view/online_bank_statement_provider.xml b/account_bank_statement_import_online_ponto/view/online_bank_statement_provider.xml index 990af143..d487be5c 100644 --- a/account_bank_statement_import_online_ponto/view/online_bank_statement_provider.xml +++ b/account_bank_statement_import_online_ponto/view/online_bank_statement_provider.xml @@ -9,7 +9,7 @@ /> - +