[IMP]remove field which is no in use

bzr revid: sgo@tinyerp.com-20120606050946-8ao9tjzf0lfcqdxr
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-06-06 10:39:46 +05:30
parent 714ddfc279
commit bffea7767e
2 changed files with 3 additions and 3 deletions

View File

@ -228,7 +228,7 @@
</field>
</record>
<record model="ir.ui.view" id="view_hr_evaluation_graph">
<!-- <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>
@ -238,7 +238,7 @@
<field name="progress" operator="+"/>
</graph>
</field>
</record>
</record> -->
<record id="hr_evaluation.evaluation_search" model="ir.ui.view">
<field name="name">hr_evaluation.evaluation_search</field>

View File

@ -105,7 +105,7 @@
<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"/>
<!-- <field name="uom_id" invisible="1"/> -->
</page>
</page>
</field>