- I have a product with variant values configured like Length, Width, Height, and color (Value extra price = 0). Because these parameters are very complex, it is not possible to use Odoo backend to calculate but it must go through Google Sheets. API
- On the website, when the customer enters the parameters to be customized and then clicks the [Quotation] button. Odoo will send a request to Google Sheet, and then will get the final price, then will return it to Odoo.
- Everything is working fine. But I'm having a big problem, I cannot override the external price in the next steps like [Add to Cart], [Check out], [Confirm Order], ... because the price is always recalculated based on the value extra price of the variant values declared in Odoo. Please suggest me a solution to solve this problem. Thanks so much