openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #19032
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
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: In Progress => Fix Committed
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/995471
Title:
[6.1]/[trunk] POS report pos_detail list taxes issue
Status in OpenERP Addons (modules):
Fix Committed
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/995471/+subscriptions
References