I changed this
res_partner_employee_in_order_ids
("res.partner", "sale_order_line_ids")
to this
res_partner_ids
("res.partner", "sale_order_line_ids")
and now i suddenly get the psycopg2.errors.UndefinedColumn: with every relation with res partner
anybody knows how to fix it?