From b40c6218e810428c64a12e7849c9234b38a25b6c Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 19 Jul 2019 17:11:12 +0200 Subject: [PATCH] [FIX] account_bank_statement_import_paypal: Don't populate partner account This makes the statement lines to not appear on reconciliation widget. --- account_statement_import_paypal/__manifest__.py | 2 +- account_statement_import_paypal/static/description/index.html | 2 +- .../tests/test_paypal_statement_import.py | 2 +- .../wizards/account_bank_statement_import_paypal.py | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/account_statement_import_paypal/__manifest__.py b/account_statement_import_paypal/__manifest__.py index 701d6bf8..fcb02832 100644 --- a/account_statement_import_paypal/__manifest__.py +++ b/account_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": "12.0.1.0.0", + "version": "12.0.1.0.1", "category": "Accounting", "website": "https://github.com/OCA/bank-statement-import", "author": " Akretion, Odoo Community Association (OCA)", diff --git a/account_statement_import_paypal/static/description/index.html b/account_statement_import_paypal/static/description/index.html index 779071f9..402d1959 100644 --- a/account_statement_import_paypal/static/description/index.html +++ b/account_statement_import_paypal/static/description/index.html @@ -3,7 +3,7 @@ - + Import Paypal Bank Statements