[IMP] project : In project / sales setting, the default working time unit must be Hour.

bzr revid: mdi@tinyerp.com-20120726124258-8u7u4j6ei9q95rh3
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-07-26 18:12:58 +05:30
parent 9c48f56020
commit 806aac15b0
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<!-- This will set the unit of measure used in projects and tasks.-->
<record id="base.main_company" model="res.company">
<field name="project_time_mode_id" ref="product.uom_hour"></field>
</record>
<!-- Requests Links -->
<record id="req_link_project" model="res.request.link">

View File

@ -274,9 +274,6 @@
<!--
Resource: project.project
-->
<record id="base.main_company" model="res.company">
<field name="project_time_mode_id" ref="product.uom_hour"></field>
</record>
<!-- Projects -->
<!-- <record id="all_projects_account" model="project.project">