openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #18933
[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue
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)
--
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):
Confirmed
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