flake8 PEP8 of module account_move_template
This commit is contained in:
parent
813f393626
commit
603b2b86b3
@ -41,7 +41,7 @@ class account_move_template(orm.Model):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def _check_different_journal(self, cr, uid, ids, context=None):
|
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 = []
|
journal_ids = []
|
||||||
all_journal_ids = []
|
all_journal_ids = []
|
||||||
move_template = self.pool.get('account.move.template').browse(cr, uid, ids)[0]
|
move_template = self.pool.get('account.move.template').browse(cr, uid, ids)[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user