This question has been flagged

I was working with the Odoo10 POS and it works good in all the variant prices, i mean if the product cost $100 and a variant costs $10 plus, all is showed fine so the ECommerce. But in Odoo 11 this doesn't work, in the Ecommerce is correct but in the POS the price is the same for all the variants.

Also i was testing the price control, but i think this work inverse, in the description show Restrict price modification to managers, and in the help field "Only users with Manager access rights for PoS app can modify the product prices in orders"

I've change the Js that make it works but it isn't. I need help with all this.

Avatar
Discard
Best Answer

Hi,
I have just checked it in my local and in the runbot and it seems working fine. The cost you referred here, i think is about the product sale price.

You can update the v11 to its latest from the Git and check once again.

Also make sure that. you have given a different cost to attributes to ensure this.


Sample:

Product Soap(sale price : 10)  with variant attribute as Jasmine(attribute value :5)  and Rose (attribute value :10 ). Then in POS,  price of soap(jasmine) will be 15 and soap(rose) will be 20.

Thanks




Avatar
Discard