← Back to team overview

openerp-india team mailing list archive

[Bug 995471] Re: [6.1]/[trunk] POS report pos_detail list taxes issue

 

** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-995471-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):
  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