mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[imp] move_batch_validate: better job message
This commit is contained in:
committed by
Iryna Vushnevska
parent
2561d64581
commit
026f1b0773
@@ -106,7 +106,7 @@ class AccountMoveMarker(orm.TransientModel):
|
||||
|
||||
@job
|
||||
def process_wizard(session, model_name, wizard_data):
|
||||
"""Create a new wizard and execute it in background."""
|
||||
"""Create jobs to validate Journal Entries."""
|
||||
|
||||
wiz_obj = session.pool[model_name]
|
||||
new_wiz_id = wiz_obj.create(
|
||||
|
||||
Reference in New Issue
Block a user