Merge pull request #6181 from expsa/14.0-fix-odex_takaful-auto-20260113_135153
[IMP] odex_takaful: general improvements
This commit is contained in:
commit
955d78147f
|
|
@ -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