Hello It has been fix in lp:~openerp-dev/openobject-addons/trunk- bug-995471-dsi
revision Id: [email protected] revision no: 6898 Thanks Digvijay Singh ** Changed in: openobject-addons Status: Confirmed => In Progress ** 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 _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

