Amit Bhavsar (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-932952-amb into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #932952 in OpenERP Addons: "double filter in seach view of hr_expense"
  https://bugs.launchpad.net/openobject-addons/+bug/932952

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-932952-amb/+merge/99902

Hello,

Fixes the unused code,there is no meaning of double filter. so remove the 
filter button and correction the help tool-tip.

Thanks
 
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-932952-amb/+merge/99902
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-932952-amb.
=== modified file 'hr_expense/hr_expense_view.xml'
--- hr_expense/hr_expense_view.xml	2012-03-22 17:23:05 +0000
+++ hr_expense/hr_expense_view.xml	2012-03-29 10:35:27 +0000
@@ -148,12 +148,10 @@
                       <field name="employee_id"/>
                       <field name="date"/>
                       <field name="department_id" widget="selection" string="Department" context="{'invisible_department': False}">
-                   <filter icon="terp-personal+" context="{'invisible_department': False}" domain="[('department_id','=',context.get('department_id',False))]" help="My Department"/>
+                   <filter icon="terp-personal+" context="{'invisible_department': False}" domain="[('department_id','=',context.get('department_id',False))]" help="Expenses of My Department"/>
                     </field>
                       <field name="name"/>
                       <field name="user_id"  string="User">
-                      <filter icon="terp-personal+" domain="[('department_id','=',context.get('department_id',False))]"
-                            string="Expenses of My Department"/>
                       </field>
                 </group>
                 <newline />

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to