-
-
Notifications
You must be signed in to change notification settings - Fork 805
Description
In Odoo8 it was possible to create pricelist based on the supplier info in the product form. That was used to import the prices in the product form to the SO line. From V9 onwards that option is not available in the pricelist.
The module product_supplier_info_for_customer extends the supplier.info model to be used also for customers. Then, when there's a SO for that customer and a SO line for that supplier, the system fetched the price from the supplierinfo table.
I'm considering to add back the option in the pricelist, so we can choose a price based on the supplier info in the product form. What do you think about this?
PS: In case this feature is not added back, product_supplier_info_for_customer should be deprecated in favor of product_customer_code. This was already discussed here: #236 and the conclusion was to migrate product_supplier_info_for_customer.