Merge lp:~openerp-dev/openobject-addons/7.0-bug-1181939-cga into lp:openobject-addons/7.0

Proposed by Chandni Gandhi(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/7.0-bug-1181939-cga
Merge into: lp:openobject-addons/7.0
Diff against target: 27 lines (+5/-5)
1 file modified
project/project_view.xml (+5/-5)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/7.0-bug-1181939-cga
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+164688@code.launchpad.net

Description of the change

Hello,

Set view of Other Info tab in Project.

Thanks.
CGA

To post a comment you must log in.

Unmerged revisions

9142. By Chandni Gandhi(OpenERP)

[FIX]:Set view of Other Info tab in Project

9141. By Chandni Gandhi(OpenERP)

[MERGE]:with latest 7.0

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'project/project_view.xml'
2--- project/project_view.xml 2013-05-16 10:16:16 +0000
3+++ project/project_view.xml 2013-05-20 09:24:28 +0000
4@@ -131,6 +131,11 @@
5 </page>
6 <page string="Other Info">
7 <group>
8+ <group string="Administration" groups="project.group_time_work_estimation_tasks">
9+ <field name="planned_hours" widget="float_time"/>
10+ <field name="effective_hours" widget="float_time"/>
11+ <field name="resource_calendar_id"/>
12+ </group>
13 <group string="Email Interface" attrs="{'invisible': [('alias_domain', '=', False)]}">
14 <div>
15 <field name="alias_id" invisible="1" required="0"/>
16@@ -138,11 +143,6 @@
17 <field name="alias_name" class="oe_inline" attrs="{'required': [('alias_id', '!=', False)]}"/>@<field name="alias_domain" class="oe_inline"/>
18 </div>
19 </group>
20- <group string="Administration" groups="project.group_time_work_estimation_tasks">
21- <field name="planned_hours" widget="float_time"/>
22- <field name="effective_hours" widget="float_time"/>
23- <field name="resource_calendar_id"/>
24- </group>
25 <group string="Miscellaneous" name="misc">
26 <field name="date_start"/>
27 <field name="date" string="End Date"/>