feature/odoo18 #2

Merged
administrator merged 43 commits from feature/odoo18 into develop 2025-05-22 16:16:43 +05:30
1 changed files with 5 additions and 0 deletions
Showing only changes of commit dc792473fe - Show all commits

View File

@ -80,6 +80,11 @@ class hrTimeoffAllocation(models.Model):
def _process_accrual_plans(self, date_to=False, force_period=False, log=True):
pass
def activity_update(self):
for allocation in self:
if allocation.allocation_type != 'auto_allocation':
super().activity_update()
@api.model
def _update_accrual(self):
"""