[REM]:hr_evalution,hr_timesheet:removed commented code.

bzr revid: apa@tinyerp.com-20120606052348-w9szbg50gni8atz8
This commit is contained in:
Amit Patel (OpenERP) 2012-06-06 10:53:48 +05:30
parent 101c9bc148
commit 1818c749d4
2 changed files with 0 additions and 13 deletions

View File

@ -228,18 +228,6 @@
</field>
</record>
<!-- <record model="ir.ui.view" id="view_hr_evaluation_graph">
<field name="name">hr_evaluation.evaluation.graph</field>
<field name="model">hr_evaluation.evaluation</field>
<field name="type">graph</field>
<field name="arch" type="xml">
<graph string="Appraisal" type="bar">
<field name="employee_id"/>
<field name="progress" operator="+"/>
</graph>
</field>
</record> -->
<record id="hr_evaluation.evaluation_search" model="ir.ui.view">
<field name="name">hr_evaluation.evaluation_search</field>
<field name="model">hr_evaluation.evaluation</field>

View File

@ -105,7 +105,6 @@
<page string="Timesheets" groups="base.group_hr_user">
<field name="product_id" domain="[('type','=','service')]"/>
<field name="journal_id" widget="selection"/>
<!-- <field name="uom_id" invisible="1"/> -->
</page>
</page>
</field>