mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] payment order: add missing onchange dependencies in move selection wizard
This commit is contained in:
@@ -140,7 +140,8 @@ class AccountPaymentLineCreate(models.TransientModel):
|
||||
return action
|
||||
|
||||
@api.onchange(
|
||||
'date_type', 'move_date', 'due_date', 'journal_ids', 'invoice')
|
||||
'date_type', 'move_date', 'due_date', 'journal_ids', 'invoice',
|
||||
'target_move', 'allow_blocked', 'invoice', 'payment_mode')
|
||||
def move_line_filters_change(self):
|
||||
domain = self._prepare_move_line_domain()
|
||||
res = {'domain': {'move_line_ids': domain}}
|
||||
|
||||
Reference in New Issue
Block a user