This question has been flagged
2 Replies
2600 Views

Hi,


Right now I could specify one or more suppliers for a product. Things are fine if I choose the right supplier for the product. However if I choose a wrong supplier for a product, odoo automatically adds the supplier to the list of suppliers for the product. 


Is there a way to avoid this and limit the product to be ordered only from the pre-defined supplier. 


Thank you,

Avatar
Discard
Best Answer

Either override that particular method which calls supplier_add if the new supplier has given or Try to validate constraints for the supplier. 

Avatar
Discard
Author Best Answer

Thank you for the response. 

Avatar
Discard