Merge pull request #1 from tafaRU/7.0-fix-flake8

[FIX] 'E501 line too long' errors
pull/29/head
Guewen Baconnier 2014-11-19 22:04:21 +01:00
commit 2f6f0a3e73
2 changed files with 4 additions and 2 deletions

View File

@ -160,7 +160,8 @@ class AccountBalanceCommonWizard(orm.TransientModel):
res['fields'].update(self.fields_get(cr, uid, res['fields'].update(self.fields_get(cr, uid,
allfields=self.DYNAMIC_FIELDS, allfields=self.DYNAMIC_FIELDS,
context=context, write_access=True)) context=context,
write_access=True))
eview = etree.fromstring(res['arch']) eview = etree.fromstring(res['arch'])
placeholder = eview.xpath("//page[@name='placeholder']") placeholder = eview.xpath("//page[@name='placeholder']")

View File

@ -723,7 +723,8 @@ class open_invoices_xls(report_xls):
# export the invoice AR/AP lines when the option currency regroup is # export the invoice AR/AP lines when the option currency regroup is
# selected # selected
def print_grouped_line_report(self, row_pos, account, _xs, xlwtlib, _p, data): def print_grouped_line_report(
self, row_pos, account, _xs, xlwtlib, _p, data):
if account.grouped_ledger_lines and account.partners_order: if account.grouped_ledger_lines and account.partners_order:
row_start_account = row_pos row_start_account = row_pos