Hello,
In trunk already change the code, That's why I am change the status as
Invalid.
Thanks!
** Changed in: openobject-addons
Status: Fix Committed => Invalid
--
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/932952
Title:
double filter in seach view of hr_expense
Status in OpenERP Addons (modules):
Invalid
Bug description:
In current addons-trunk :
in hr_expense/hr_expense_view.xml :
in search view id="view_hr_expense_filter", there is a double filter entry
(domains are identical) :
line 151 :
<filter icon="terp-personal+" context="{'invisible_department':
False}"
domain="[('department_id','=',context.get('department_id',False))]"
help="My Department"/>
line 155/156 :
<filter icon="terp-personal+"
domain="[('department_id','=',context.get('department_id',False))]"
string="Expenses of My Department"/>
It seems to me that we should remove the second filter entry.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/932952/+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