** Changed in: openobject-addons
Status: Fix Committed => Won't Fix
** Changed in: openobject-addons
Status: Won't Fix => Confirmed
--
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
_______________________________________________
Mailing list: https://launchpad.net/~openerp-india
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-india
More help : https://help.launchpad.net/ListHelp