c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12975
[Bug 702552] Re: [6.0RC2] point_of_sale. Change qty does not recompute price using pricelist
You must change the steps you have done to reproduce this bug.
If you give the qty and then the product it computes the right price.
But if you give first the product and then the qty greater than 1 (that
has a discount by quantity in the price-list), you can check that the
unit price has not recomputed, because method onchange_qty() in line
1132 of point_of_sale.py does not compute the price using the pricelist
like the method onchange_product_id() in line 1081.
** Changed in: openobject-addons
Status: Incomplete => New
--
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:
New
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