Pricelist report doesn't apply the "Supplier price form product form" rule.
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Medium
|
OpenERP R&D Addons Team 2 | |||
OpenERP Community Backports (Addons) | Status tracked in 7.0 | |||||
7.0 |
Fix Released
|
Medium
|
Holger Brunn (Therp) |
Bug Description
1.open the product "USB Adaptor" sale price 18.00.
2.Open the public pricelist(Sale), create the 4 different rule more.
* Min qty 4: Discount 5%
* Min qty 9 : discount 10%
*min qty 19 : Discount 15%
*Min qty 29 : discount 20%
3.Try to print pricelist report with qty, 1, 5, 10, 20, 30 which print correct.(works fine this)
4.Open the product form view, go to supplier tab enter the price and qty which is also one kind of pricelist.
5.enter the value
qty price
5 12
10 11
20 10
30 09
6.open the both pricelist, go to pricelist version>rule and select the price based on "Supplier price form product form" for both the sale and purchase pricelist both.
7.try to print pricelist report with any pricelist it doesn't affect the value and always print the sale price doesn't affect the pricelist rule.
Related branches
- Stefan Rijnhart (Opener): Approve
- Yannick Vaucher @ Camptocamp: Approve
- Guewen Baconnier @ Camptocamp: Approve
-
Diff: 71 lines (+11/-4)3 files modifiedproduct/report/product_pricelist.py (+5/-3)
product/wizard/product_price.py (+5/-1)
product/wizard/product_price_view.xml (+1/-0)
- OpenERP Core Team: Pending requested
-
Diff: 71 lines (+11/-4)3 files modifiedproduct/report/product_pricelist.py (+5/-3)
product/wizard/product_price.py (+5/-1)
product/wizard/product_price_view.xml (+1/-0)
- OpenERP Core Team: Pending requested
-
Diff: 69 lines (+10/-4)3 files modifiedproduct/report/product_pricelist.py (+4/-3)
product/wizard/product_price.py (+5/-1)
product/wizard/product_price_view.xml (+1/-0)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2) |
importance: | Undecided → Medium |
status: | New → Confirmed |
tags: | added: pricelist product |
https:/ /github. com/odoo/ odoo/issues/ 395