@api.multi
    @api.depends("type_id")
    def _compute_allowed_partner_ids(self):
        for wo in self:
            wo.allowed_partner_ids = []