[6.1]/[trunk] POS report pos_detail list taxes issue

Bug #995471 reported by Sebaul
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Committed
Medium
OpenERP R&D Addons Team 3

Bug Description

Dear all,

In the report pos_detail (v6.1), we don't have the list of taxes but only the last tax name and the sum of all the taxes.

temp2 += order.amount_tax
...
for line in order.lines:
      temp.update({'name': tax.name})

temp.update({'amount': temp2})

We should have the list of each tax with the sum according only this tax.

Related branches

Changed in openobject-addons:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
summary: - POS report pos_detail list taxes issue
+ [6.1]/[trunk] POS report pos_detail list taxes issue
Changed in openobject-addons:
status: Confirmed → In Progress
status: In Progress → Fix Committed
Revision history for this message
Digvijay Singh (digvijay-synconics) wrote :

Hello

It has been fix in lp:~openerp-dev/openobject-addons/trunk-bug-995471-dsi

revision Id: <email address hidden>
revision no: 6898

Thanks
Digvijay Singh

Amit Parik (amit-parik)
Changed in openobject-addons:
status: Fix Committed → Won't Fix
status: Won't Fix → Confirmed
Changed in openobject-addons:
status: Confirmed → In Progress
Changed in openobject-addons:
status: In Progress → Confirmed
Revision history for this message
Arnaud Pineux (OpenERP) (api-openerp) wrote :

Why the branch lp:~openerp-dev/openobject-addons/trunk-bug-995471-dsi has been rejected?
Please try to give enough information for other to understand the situation. We don't want to spend our time to understand what is done and what we have to do...
Thank you.

Arnaud Pineux (API)

Revision history for this message
Arnaud Pineux (OpenERP) (api-openerp) wrote :

After discuss with qdq, we decide to put the label "Sum of taxes" but we keep the sum of taxes' amount as value.
Like that the label corresponds to the value and therefore there is no bug anymore.

Good luck,

Arnaud Pineux (API)

Changed in openobject-addons:
status: Confirmed → In Progress
status: In Progress → Fix Committed
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.