hr_timesheet: put the comment of code

bzr revid: sbh@tinyerp.com-20100608103747-yxtmv7drdqidtk1q
This commit is contained in:
sbh (Open ERP) 2010-06-08 16:07:47 +05:30
parent 7e6f2a2b96
commit 395cab9013
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
</field>
</record>
<!-- Project Manager Board -->
<!-- Add in projectboard
<record id="act_hr_timesheet_sheet" model="ir.actions.act_window">
<field name="name">Timesheets</field>
<field name="res_model">hr_timesheet_sheet.sheet</field>
@ -58,13 +58,13 @@
<record id="board_project_timesheet_form" model="ir.ui.view">
<field name="name">board.project.timesheet.form</field>
<field name="model">board.board</field>
<field name="inherit_id" ref="project.board_project_form"/>
<field name="inherit_id" ref="project.board_project_manager_form"/>
<field name="type">form</field>
<field name="arch" type="xml">
<xpath expr="/form/hpaned/child1" position="inside">
<action colspan="4" height="150" name="%(act_hr_timesheet_sheet)d" string="User's timesheets" width="510"/>
</xpath>
</field>
</record>
</record>-->
</data>
</openerp>