Skip to content
Snippets Groups Projects
Commit 856d08e4 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[IMP] hr evaluation

bzr revid: fp@tinyerp.com-20111001231711-it0w375uui2k3ssf
parent c4463eb7
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ class hr_evaluation_plan(osv.osv):
}
_defaults = {
'active': True,
'month_first': 6,
'month_next': 12,
'company_id': lambda s,cr,uid,c: s.pool.get('res.company')._company_default_get(cr, uid, 'account.account', context=c),
}
hr_evaluation_plan()
......
This diff is collapsed.
This diff is collapsed.
......@@ -6,7 +6,7 @@
<field name="type">ir.actions.act_window</field>
<field name="res_model">hr_evaluation.plan</field>
<field name="view_type">form</field>
<field name="view_mode">form,tree</field>
<field name="view_mode">tree,form</field>
</record>
<record id="todo_evaluation_plans_installer" model="ir.actions.todo">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment