Pankita Shah(OpenERP) has proposed merging 
lp:~openerp-commiter/openobject-addons/trunk-configuration_wizard_improvement-atp-pproject-configuration-Rearrange-fields-shp
 into lp:~openerp-dev/openobject-addons/trunk-application_setting_cleanup-atp.

Requested reviews:
  Atul Patel(OpenERP) (atp-openerp)

For more details, see:
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-configuration_wizard_improvement-atp-pproject-configuration-Rearrange-fields-shp/+merge/109349

Hello,

Hello,

I Rearrange project config fields and configure Working Time Unit from project 
config also.

Thanks.
-- 
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-configuration_wizard_improvement-atp-pproject-configuration-Rearrange-fields-shp/+merge/109349
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-application_setting_cleanup-atp.
=== modified file 'project/res_config.py'
--- project/res_config.py	2012-05-14 15:09:26 +0000
+++ project/res_config.py	2012-06-08 12:38:21 +0000
@@ -46,6 +46,7 @@
         'module_project_issue': fields.boolean("Issues and Bug Tracking",
             help="""Provides management of issues/bugs in projects.
                 This installs the module project_issue."""),
+        'time_unit': fields.many2one('product.uom', 'Working Time Unit'),
         'module_project_issue_sheet': fields.boolean("Track and Invoice Issues Working Time",
             help="""Provides timesheet support for the issues/bugs management in project.
                 This installs the module project_issue_sheet."""),

=== modified file 'project/res_config_view.xml'
--- project/res_config_view.xml	2012-06-04 12:11:39 +0000
+++ project/res_config_view.xml	2012-06-08 12:38:21 +0000
@@ -7,28 +7,33 @@
             <field name="type">form</field>
             <field name="priority" eval="20"/>
             <field name="arch" type="xml">
+           
                 <form string="Configure Project" layout="manual">
                     <header>
                         <button string="Apply" type="object" name="execute"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
+                  
                     <sheet layout="auto">
+                      <group> 
                         <separator string="Project" colspan="4"/>
+                        <field name="group_time_work_estimation_tasks"/>
+                        <field name="group_tasks_work_on_tasks"/>
+                        <field name="time_unit"/> 
                         <field name="module_project_mrp"/>
                         <field name="module_project_timesheet"/>
                         <field name="module_pad"/>
-                        <field name="group_tasks_work_on_tasks"/>
-                        <field name="group_time_work_estimation_tasks"/>
-
                         <separator string="Planning" colspan="4"/>
                         <field name="module_project_long_term"/>
-
                         <separator string="Helpdesk and Support" colspan="4"/>
                         <field name="module_project_issue"/>
                         <field name="module_project_issue_sheet"/>
                         <group name="support" colspan="4"/>
+                       </group> 
                     </sheet>
+                   
                 </form>
+              
             </field>
         </record>
 

_______________________________________________
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

Reply via email to