[pep8] - review on account_export_csv, account_move_line_report_xls, account_journal_report_xls, account_financial_report_horizontal, account_financial_report_webkit_xls

pull/597/head
laetitia.gangloff@acsone.eu 2014-08-08 11:48:27 +02:00 committed by David Beal
parent b321e2ff68
commit 183027c167
4 changed files with 6 additions and 7 deletions

View File

@ -19,4 +19,4 @@
# #
############################################################################## ##############################################################################
import wizard from . import wizard

View File

@ -19,4 +19,4 @@
# #
############################################################################## ##############################################################################
import account_export_csv from . import account_export_csv

View File

@ -333,7 +333,6 @@ class AccountCSVExport(orm.TransientModel):
account_move_reconcile.name as full_reconcile, account_move_reconcile.name as full_reconcile,
account_move_line.reconcile_partial_id AS partial_reconcile_id, account_move_line.reconcile_partial_id AS partial_reconcile_id,
account_analytic_account.code AS analytic_account_code, account_analytic_account.code AS analytic_account_code,
account_move.name AS entry_number, account_move.name AS entry_number,
account_account.name AS account_name, account_account.name AS account_name,
account_move_line.debit - account_move_line.credit AS balance, account_move_line.debit - account_move_line.credit AS balance,