mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[imp] account_move_batch_validate: impersonal log messages
This commit is contained in:
@@ -72,7 +72,7 @@ class account_move(orm.Model):
|
||||
], context=context)
|
||||
|
||||
_logger.info(
|
||||
u'I will now create {0} jobs for posting moves.'.format(
|
||||
u'{0} jobs for posting moves have been created.'.format(
|
||||
len(move_ids)
|
||||
)
|
||||
)
|
||||
@@ -119,7 +119,7 @@ class account_move(orm.Model):
|
||||
# MemoryError's
|
||||
|
||||
_logger.info(
|
||||
u'I will now mark {0} moves for posting.'.format(len(move_ids))
|
||||
u'{0} moves marked for posting.'.format(len(move_ids))
|
||||
)
|
||||
|
||||
for start in xrange(0, len(move_ids), BLOCK_SIZE):
|
||||
|
||||
Reference in New Issue
Block a user