mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] flake8 PEP8 of module account_move_template
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
82bfded779
commit
e276a6a7e2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user