@api.onchange("work_order_id")
    def onchange_start_location_id(self):
        self.start_location_id = False
        if self.work_order_id:
            wo = self.work_order_id