From e2e8e2f9e7c8010d74d8d84bf5a60d4fbf0127c1 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Tue, 4 Aug 2015 19:10:31 +0200 Subject: [PATCH 1/2] [FIX] flake8 --- .../models/account_bank_statement_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_reconcile_payment_order/models/account_bank_statement_line.py b/account_reconcile_payment_order/models/account_bank_statement_line.py index a4bc78d5..4bda8db0 100644 --- a/account_reconcile_payment_order/models/account_bank_statement_line.py +++ b/account_reconcile_payment_order/models/account_bank_statement_line.py @@ -18,7 +18,7 @@ # ############################################################################## from decimal import Decimal -from openerp import models, fields, api +from openerp import models, api from openerp.tools.float_utils import float_repr From c796392d58f6cdf5cf897ab590b51a54fc684daa Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Tue, 4 Aug 2015 19:11:32 +0200 Subject: [PATCH 2/2] [ADD] oca_dependencies.txt --- oca_dependencies.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 oca_dependencies.txt diff --git a/oca_dependencies.txt b/oca_dependencies.txt new file mode 100644 index 00000000..34f82ae9 --- /dev/null +++ b/oca_dependencies.txt @@ -0,0 +1 @@ +bank-payment