diff --git a/account_bank_statement_import_paypal/README.rst b/account_bank_statement_import_paypal/README.rst index 0fa92e3..f14ab9d 100644 --- a/account_bank_statement_import_paypal/README.rst +++ b/account_bank_statement_import_paypal/README.rst @@ -14,13 +14,13 @@ Import Paypal Bank Statements :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/11.0/account_bank_statement_import_paypal + :target: https://github.com/OCA/bank-statement-import/tree/12.0/account_bank_statement_import_paypal :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-11-0/bank-statement-import-11-0-account_bank_statement_import_paypal + :target: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_paypal :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/11.0 + :target: https://runbot.odoo-community.org/runbot/174/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -56,9 +56,9 @@ To use this module, you need to: #. Go to Paypal and download your Bank Statement -.. image:: https://raw.githubusercontent.com/OCA/bank-statement-import/11.0/account_bank_statement_import_paypal/account_bank_statement_import_paypal/static/description/paypal_backoffice.png +.. image:: https://raw.githubusercontent.com/OCA/bank-statement-import/12.0/account_bank_statement_import_paypal/account_bank_statement_import_paypal/static/description/paypal_backoffice.png :alt: . -.. image:: https://raw.githubusercontent.com/OCA/bank-statement-import/11.0/account_bank_statement_import_paypal/static/description/paypal_backoffice.png +.. image:: https://raw.githubusercontent.com/OCA/bank-statement-import/12.0/account_bank_statement_import_paypal/static/description/paypal_backoffice.png :alt: . Bug Tracker @@ -67,7 +67,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. @@ -87,6 +87,7 @@ Contributors * Tecnativa (https://www.tecnativa.com) * Vicent Cubells + * Victor M.M. Torres Maintainers ~~~~~~~~~~~ @@ -101,6 +102,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_paypal/__manifest__.py b/account_bank_statement_import_paypal/__manifest__.py index f4af623..701d6bf 100644 --- a/account_bank_statement_import_paypal/__manifest__.py +++ b/account_bank_statement_import_paypal/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Import Paypal Bank Statements", 'summary': 'Import Paypal CSV files as Bank Statements in Odoo', - "version": "11.0.2.0.0", + "version": "12.0.1.0.0", "category": "Accounting", "website": "https://github.com/OCA/bank-statement-import", "author": " Akretion, Odoo Community Association (OCA)", diff --git a/account_bank_statement_import_paypal/models/account_bank_statement_import_paypal_map.py b/account_bank_statement_import_paypal/models/account_bank_statement_import_paypal_map.py index cd848db..06c82ef 100644 --- a/account_bank_statement_import_paypal/models/account_bank_statement_import_paypal_map.py +++ b/account_bank_statement_import_paypal/models/account_bank_statement_import_paypal_map.py @@ -6,6 +6,7 @@ from odoo import fields, models, api class AccountBankStatementImportPaypalMap(models.Model): _name = 'account.bank.statement.import.paypal.map' + _description = 'Account Bank Statement Import Paypal Map' name = fields.Char( required=True, @@ -63,8 +64,9 @@ class AccountBankStatementImportPaypalMap(models.Model): separators[self.float_decimal_sep]) -class AccountBankStatementImportPaypalMapLIne(models.Model): +class AccountBankStatementImportPaypalMapLine(models.Model): _name = 'account.bank.statement.import.paypal.map.line' + _description = 'Account Bank Statement Import Paypal Map Line' _order = "sequence asc, id asc" sequence = fields.Integer( diff --git a/account_bank_statement_import_paypal/readme/CONTRIBUTORS.rst b/account_bank_statement_import_paypal/readme/CONTRIBUTORS.rst index 480d383..6e9a18d 100644 --- a/account_bank_statement_import_paypal/readme/CONTRIBUTORS.rst +++ b/account_bank_statement_import_paypal/readme/CONTRIBUTORS.rst @@ -3,3 +3,4 @@ * Tecnativa (https://www.tecnativa.com) * Vicent Cubells + * Victor M.M. Torres diff --git a/account_bank_statement_import_paypal/static/description/index.html b/account_bank_statement_import_paypal/static/description/index.html index e3553e1..779071f 100644 --- a/account_bank_statement_import_paypal/static/description/index.html +++ b/account_bank_statement_import_paypal/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 allows you to import the Paypal CSV files in Odoo as bank statements.

Table of contents

@@ -404,15 +404,15 @@ Lines and set every line with which field of statement have to match.
  • Go to Paypal and download your Bank Statement
  • -. -. +. +.

    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.

    @@ -430,6 +430,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Sebastien BEAU <sebastien.beau@akretion.com>
  • Tecnativa (https://www.tecnativa.com)
  • @@ -441,7 +442,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_paypal/wizards/create_map_lines_from_file.py b/account_bank_statement_import_paypal/wizards/create_map_lines_from_file.py index 139ae53..a9ca019 100644 --- a/account_bank_statement_import_paypal/wizards/create_map_lines_from_file.py +++ b/account_bank_statement_import_paypal/wizards/create_map_lines_from_file.py @@ -9,6 +9,7 @@ from io import StringIO class WizardPaypalMapCreate(models.TransientModel): _name = 'wizard.paypal.map.create' + _description = 'Wizard Paypal Map Create' data_file = fields.Binary( string='Bank Statement File',