Divyesh Makwana(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-invoicing_new-mdi into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-invoicing_new-mdi/+merge/116852
Hello Sir,
I have set the default 'Working Time Unit' to 'Hour' in Project / Sales setting.
Thanks,
Divyesh
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-invoicing_new-mdi/+merge/116852
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-invoicing_new-mdi.
=== modified file 'project/project_data.xml'
--- project/project_data.xml 2012-07-25 11:39:30 +0000
+++ project/project_data.xml 2012-07-26 12:48:37 +0000
@@ -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">
=== modified file 'project/project_demo.xml'
--- project/project_demo.xml 2012-06-15 12:59:18 +0000
+++ project/project_demo.xml 2012-07-26 12:48:37 +0000
@@ -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">
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp