[FIX] odex_takaful: automatic update
Auto-generated commit based on local changes.
This commit is contained in:
parent
1f25f5769b
commit
85b4485991
|
|
@ -113,7 +113,7 @@ class AccountRegisterPayment(models.TransientModel):
|
|||
wizard.group_payment = True
|
||||
else:
|
||||
# Fall back to default Odoo behavior
|
||||
super(AccountPaymentRegister, wizard)._compute_group_payment()
|
||||
super(AccountRegisterPayment, wizard)._compute_group_payment()
|
||||
|
||||
@api.depends_context('wiz_id')
|
||||
def _compute_show_cancel_button(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue