2
0

flake8 PEP8 of module account_move_template

This commit is contained in:
Nicolas Bessi 2014-07-11 17:48:17 +02:00 committed by Abraham Anes
parent 813f393626
commit 603b2b86b3

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]