Is there an easy way to get a manufacturing order date_planned calculated by taking into account the resource calendar of workcenters?
date_finished of the manufacturing order is calculated by taking into account resource calendar with the method _compute_planned_workcenter in mrp_operations module. But it does not seams to be the case for the planned_date. The goal is to display proper manufacturing order and work order dates in calendar views. It is not so good to have a date starting in the middle of a day off.
A work around would be to display a calendar view of mrp.production records by setting date_stop as MO date_finished field and date_delay as MO hour field. But the calendar view model requires a date_start. Am I right or is there something else?