mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] sale_planner: to Odoo 13.0
This commit is contained in:
@@ -7,7 +7,6 @@ from odoo.addons.resource.models.resource import make_aware
|
||||
class ResourceCalendar(models.Model):
|
||||
_inherit = 'resource.calendar'
|
||||
|
||||
@api.multi
|
||||
def plan_days_end(self, days, day_dt, compute_leaves=False, domain=None):
|
||||
"""
|
||||
Override to `plan_days` that allows you to get the nearest 'end' including today.
|
||||
|
||||
Reference in New Issue
Block a user