openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #07400
[Bug 932710] Re: Account profit loss report periods filter not working
Hello David,
Thanks for the contribution.
This issue is fixed in following branch :
Branch : lp:~openerp-dev/openobject-addons/6.0-opw-383665-ado
Revision-id : ado@xxxxxxxxxxx-20120216093552-96me1vly10g5vv52
Revision-no : 5059
Thanks,
Amit Dodiya
** Branch linked: lp:~openerp-dev/openobject-addons/6.0-opw-383665-ado
** 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/932710
Title:
Account profit loss report periods filter not working
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
Hello,
the period filter in the profit and loss report doesn't seem to be working.
If you look in account/report/account_profit_loss.py (around line 101) :
if data['form']['filter'] == 'filter_period':
ctx['periods'] = data['form'].get('periods', False)
but data['form']['periods'] is an empty list.
Shouldn't the ctx be updated like so :
ctx['period_from']= data['form'].get('period_from', False)
ctx['period_to']= data['form'].get('period_to', False)
Thank you very much,
David.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/932710/+subscriptions
References