Foram Katharotiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-config-wizard-project-fka into 
lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-wizard-project-fka/+merge/115687

Hello Sir,

Remove String and col 

Thanks,
FKA
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-config-wizard-project-fka/+merge/115687
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-config-wizard-apa.
=== modified file 'project/res_config_view.xml'
--- project/res_config_view.xml	2012-07-16 13:43:14 +0000
+++ project/res_config_view.xml	2012-07-19 10:11:37 +0000
@@ -6,31 +6,78 @@
             <field name="type">form</field>
             <field name="priority" eval="20"/>
             <field name="arch" type="xml">
-                <form string="Configure Project" version="7.0">
+                <form string="Configure Project" version="7.0" class="oe_form_configuration">
                     <header>
                         <button string="Apply" type="object" name="execute" class="oe_highlight"/>
                         or
                         <button string="Cancel" type="object" name="cancel" class="oe_link"/>
                     </header>
-                    <group>
                         <group>
-                            <separator string="Project" colspan="2"/>
-                            <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"/>
-                            <field name="group_manage_delegation_task"/>
-                            <field name="time_unit" domain="[('category_id.name','=','Working Time')]"/>
+                            <div>
+                            <separator string="Project and Planing"/>
+                            <group>
+                                <label for="id" string="Project"/>
+                                <div>
+                                    <div>
+                                        <field name="module_project_mrp" class="oe_inline"/>
+                                        <label for="module_project_mrp"/>
+                                    </div>
+                                    <div>
+                                        <field name="module_project_timesheet" class="oe_inline"/>
+                                        Allow<label for="module_project_timesheet"/>
+                                    </div>
+                                    <div>
+                                        <field name="module_pad" class="oe_inline"/>
+                                        Use<label for="module_pad"/>
+                                    </div>
+                                    <div>
+                                        <field name="group_tasks_work_on_tasks" class="oe_inline"/>
+                                        Allow<label for="group_tasks_work_on_tasks" />
+                                    </div>
+                                    <div>
+                                        <field name="group_time_work_estimation_tasks" class="oe_inline"/>
+                                        Allow<label for="group_time_work_estimation_tasks"/>
+                                    </div>
+                                    <div>
+                                        <field name="group_manage_delegation_task" class="oe_inline"/>
+                                        <label for="group_manage_delegation_task"/>
+                                    </div>
+                                    <div>
+                                        The Default<label for="time_unit"/>is:
+                                        <field name="time_unit" class="oe_inline" domain="[('category_id.name','=','Working Time')]"/>
+                                    </div>
+                                </div>
+                            </group>
+                            </div>
                         </group>
                         <group name="project_left_column">
-                            <separator string="Planing" colspan="2"/>
-                            <field name="module_project_long_term"/>
-                            <separator string="Helpdesk and Support" colspan="2"/>
-                            <field name="module_project_issue"/>
-                            <field name="module_project_issue_sheet"/>
+                            <div>
+                            <group>    
+                                <label for="id" string="Planing"/>
+                                <div>
+                                    <div>
+                                        <field name="module_project_long_term" class="oe_inline"/>
+                                        <label for="module_project_long_term"/>
+                                    </div>
+                                </div>
+                            </group>
+                            
+                            <separator string="Helpdesk and Support"/>
+                            <group>
+                                <label for="id" string="Helpdesk and Support"/>
+                                <div>
+                                    <div>
+                                        <field name="module_project_issue" class="oe_inline"/>
+                                        Provides<label for="module_project_issue"/>
+                                    </div>
+                                    <div name="module_project_issue_sheet">
+                                        <field name="module_project_issue_sheet" class="oe_inline"/>
+                                        Provides<label for="module_project_issue_sheet"/>
+                                    </div>
+                                </div>
+                            </group>
+                            </div>
                         </group>
-                    </group>
                 </form>
             </field>
         </record>

=== modified file 'project_issue/res_config_view.xml'
--- project_issue/res_config_view.xml	2012-07-05 09:35:04 +0000
+++ project_issue/res_config_view.xml	2012-07-19 10:11:37 +0000
@@ -8,14 +8,15 @@
             <field name="type">form</field>
             <field name="inherit_id" ref="project.view_config_settings"/>
             <field name="arch" type="xml">
-                <field name="module_project_issue_sheet" position="after">
-                    <label for="fetchmail_issue"/>
+                <div name="module_project_issue_sheet" position="after">
+                    
                     <div>
-                        <field name="fetchmail_issue"/>
+                        <field name="fetchmail_issue" class="oe_inline"/>
+                        <label for="fetchmail_issue"/>
                         <button name="configure_fetchmail_issue" type="object" string="Configure" icon="gtk-go-forward"
-                            attrs="{'invisible': [('fetchmail_issue','=',False)]}"/>
+                            attrs="{'invisible': [('fetchmail_issue','=',False)]}" class="oe_link"/>
                     </div>
-                </field>
+                </div>
             </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