You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The object that links seller and product in odoo is named supplierinfo. I think that why sometimes one is used instead of another.
The seller_ids field is linked to a product.supplierinfo object. This may have sens since this field is meant to be shown in views. So that Seller is more understandable than supplierinfo.
But in general I prefer to use a field named like the object where it points to. Like main_supplierinfo_id is a good example.
Obeesdoo/product_main_supplier/models/product_template.py
Lines 31 to 34 in b0d3ffa
The text was updated successfully, but these errors were encountered: