Browse Source

PEP8

pull/90/head
Alexis de Lattre 9 years ago
committed by Stéphane Bidoul
parent
commit
621ce046d4
  1. 2
      mis_builder/models/aep.py

2
mis_builder/models/aep.py

@ -331,7 +331,7 @@ class AccountingExpressionProcessor(object):
self._period_has_moves(cr, uid, opening_period,
context=context):
# found opening period with moves
if opening_period.date_start == period_from.date_start and \
if opening_period.date_start == period_from.date_start and\
mode == MODE_INITIAL:
# if the opening period has the same start date as
# period_from, then we'll find the initial balance

Loading…
Cancel
Save