Computed many2many field dependencies in Odoo 10
问题 I am trying to create a new field on the sale.order.line model. This field is called x_all_route_ids , and is meant to contain all of the available stock.location.route for an Order Line. It should look up the product_id.route_ids and product_id.routes_from_categ_ids for the Order Line, and join them together into a single set of Routes. I am trying to set this field up through the Odoo UI, but getting error related to my "Dependencies". I have Dependencies defined as: product_id, product_id