Hello,
I am running the Mediocre DHX Gantt in Odoo version 12 and I have encountered the following error:
self.date_start = datetime.combine(self.project_id.date_start, datetime.time.min)
TypeError: combine() argument 1 must be datetime.date, not bool
Can anyone tell me how to correct the python script to prevent the data type mismatch?
Thank you in advance,
Dave