[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
|
wizard.group_payment = True
|
||||||
else:
|
else:
|
||||||
# Fall back to default Odoo behavior
|
# Fall back to default Odoo behavior
|
||||||
super(AccountPaymentRegister, wizard)._compute_group_payment()
|
super(AccountRegisterPayment, wizard)._compute_group_payment()
|
||||||
|
|
||||||
@api.depends_context('wiz_id')
|
@api.depends_context('wiz_id')
|
||||||
def _compute_show_cancel_button(self):
|
def _compute_show_cancel_button(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue