← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 702552] Re: [6.0RC2] point_of_sale. Change qty does not recompute price using pricelist

 

Hello Jordi,

I have tested your scenario but it seems that all are working fine. 
First i created a price-list rule for the product and set the discount then give the qty is greater than the minimum qty which is defined in price-list. The product took the price from price-list. Now i have changed the qty of product from pos.order.line 's tree view and give the qty lower then the minimum qty then it takes the original price of the product.

So would you please provide the more information or proper steps to
reproduce this bug.

Thanks.

** Changed in: openobject-addons
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/702552

Title:
  [6.0RC2] point_of_sale. Change qty does not recompute price using
  pricelist

Status in OpenObject Addons Modules:
  Incomplete

Bug description:
  [6.0RC2] point_of_sale module:

  If you change the quantity in a pos order line, it does not recompute
  the price using the pos.order pricelist. If you have defined discounts
  by quantity of products in the pricelist, they are not applied.

  Method onchange_qty() in line 1132 of point_of_sale.py must compute
  the price using the pricelist like the method onchange_product_id() in
  line 1081.





References