~openerp-dev/openobject-addons/new_account_menu_structure

« back to all changes in this revision

Viewing changes to hr_holidays/report/hr_holidays_report_view.xml

  • Committer: pap(openerp)
  • Date: 2010-06-16 13:35:15 UTC
  • mfrom: (3604.1.29 trunk-dev-addons3)
  • Revision ID: pap@tinyerp.co.in-20100616133515-j2t05tg2m350t0ub
[Merge]

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                    <filter string="Department" icon="terp-personal+" context="{'group_by':'department_id'}"/>
91
91
                    <filter string="State" icon="terp-stock_effects-object-colorize" context="{'group_by':'state'}"/>
92
92
                    <separator orientation="vertical"/>
93
 
                    <filter string="Day" icon="terp-go-month" context="{'group_by':'day'}"/>
 
93
                    <filter string="Day" icon="terp-go-today" context="{'group_by':'day'}"/>
94
94
                    <filter string="Month" icon="terp-go-month" context="{'group_by':'date'}"/>
95
95
                    <filter string="Year" icon="terp-go-year" context="{'group_by':'year'}"/>
96
96
                </group>