[FIX] flake8 PEP8 of module account_move_template

This commit is contained in:
Nicolas Bessi
2014-07-11 17:48:17 +02:00
committed by Jordi Ballester Alomar
parent 82bfded779
commit e276a6a7e2

View File

@@ -41,7 +41,7 @@ class account_move_template(orm.Model):
}
def _check_different_journal(self, cr, uid, ids, context=None):
#Check that the journal on these lines are different/same in the case of cross journals/single journal
# Check that the journal on these lines are different/same in the case of cross journals/single journal
journal_ids = []
all_journal_ids = []
move_template = self.pool.get('account.move.template').browse(cr, uid, ids)[0]