[IMP] add departmeent on hours block and add hours block button on project form view

This commit is contained in:
Vincent Renaville
2013-10-30 17:01:10 +01:00
parent 3b31d34476
commit 8009603769
7 changed files with 70 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
Hours block menu
-->
<record model="ir.actions.act_window" id="action_all_block_hour">
<field name="context">{'search_default_running': 1, 'search_default_group_department_id': 1}</field>
<field name="name">Hours Blocks</field>
<field name="res_model">account.hours.block</field>
<field name="view_type">form</field>