I am trying to odoo to test the system in order to impement in our printing company. The model we use for manufacturing is work order based (stages of produstion)
When I press the plan button I get the following error
if to_date < best_finished_date: TypeError: '<' not supported between instances of 'bool' and 'datetime.datetime'
Is there a problem with the way I modeled things or is it a bug?