This question has been flagged
2 Replies
1050 Views

I would like to adapt the selling price of the product and implementing some conditions based on its buying price and the public price. Here is the process flow and how it should work. 

  1. customer requests us to make an offer
  2. We create a call for tenders and send RFQ to the given suppliers. 
  3. select the cheapest
  4. create the offer. The price of the offer should be a price between the buying price and the public price. The public price is the price at which the customer can directly buy the product. (e.g. let's imagine the public price is 100€, If I get a price of 85€, the price proposed should be 95€ but if I get a price of 65€, the price can be 90€.)

Concretely, I would like to set the selling price of my product for the specific order such that the customer get every time 10% discount on the public price except if we get less than 20% discount ourselves. 

Avatar
Discard
Best Answer

With Advanced price list, you can set up a price calculated as Cost + margin.  But it does not meet your requirement.  As standard it would require that the cost price already is updated on the product.  

To get the process you want, you would need some development in the price calculation. And include somewhere to enter "public price".  As basis maybe this app can be a starting point, as it makes it possible to create a RFQ to vendors directly and connected a a sales quotation.

https://apps.odoo.com/apps/modules/16.0/rfq_from_sale_quote/ 

Avatar
Discard
Best Answer

Hi,

We can set discounts in adoo16 in different ways.

Please refer to these Urls

pricelist

https://www.cybrosys.com/odoo/odoo-books/odoo-book-v16/sales/pricelists/

Promotion and coupon programs(discount,loyalty,gift cards)

https://www.cybrosys.com/odoo/odoo-books/odoo-book-v16/sales/discount-loyalty-gift-card/

Regards

Avatar
Discard