mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP][account_move_batch_validate] Prevent to have all journals as default value for journal_ids
This commit is contained in:
committed by
Artem Kostyuk
parent
132c292edf
commit
5fa10221d4
@@ -47,6 +47,7 @@ class AccountMoveMarker(orm.TransientModel):
|
||||
|
||||
_defaults = {
|
||||
'action': 'mark',
|
||||
'journal_ids': [],
|
||||
}
|
||||
|
||||
def button_mark(self, cr, uid, ids, context=None):
|
||||
|
||||
Reference in New Issue
Block a user