[IMP]Set use_timesheets field default true and improved typo

bzr revid: cod@tinyerp.com-20140319121548-qlsnp01v8mop5p92
This commit is contained in:
Chirag Dodiya (OpenERP) 2014-03-19 17:45:48 +05:30
parent d93cdf4c10
commit 472ca8aad8
1 changed files with 2 additions and 1 deletions

View File

@ -133,9 +133,10 @@
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="domain">[('use_timesheets','=', True)]</field>
<field name="context">{'default_use_timesheets':1}</field>
</record>
<menuitem parent="hr.menu_hr_configuration" id="menu_timesheet_accounts" name="Timesheets Accounts" action="act_hr_timesheet_accounts_form" sequence="7" groups="base.group_hr_manager"/>
<menuitem parent="hr.menu_hr_configuration" id="menu_timesheet_accounts" action="act_hr_timesheet_accounts_form" sequence="7" groups="base.group_hr_manager"/>
<record id="act_hr_timesheet_line_evry1_all_form" model="ir.actions.act_window">
<field name="name">Timesheet Activities</field>