point_of_sale wrong report Order Analysis

Bug #1222825 reported by bruno bottacini
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
Low
OpenERP R&D Addons Team 3

Bug Description

the query called in the init method of the object report.pos.order is not right.
there is a wrong join in the file point_of_sale/report/pos_order_report.py at row 78

left join product_template pt on (pt.id=l.product_id)

it should be:

left join product_product p on (p.id=l.product_id)
left join product_template pt on (pt.id=p.product_tmpl_id)

Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
importance: Undecided → Low
status: New → Confirmed
summary: - [7.0] point_of_sale wrong report Order Analysis
+ point_of_sale wrong report Order Analysis
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.