Hardik Sanchawat (OpenERP) has proposed merging 
lp:~openerp-commiter/openobject-addons/trunk-improve-view-sgo-process-hsa into 
lp:~openerp-dev/openobject-addons/trunk-improve-view-sgo.

Requested reviews:
  Devishree Brahmbhatt (OpenERP) (dbr-openerp)

For more details, see:
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-improve-view-sgo-process-hsa/+merge/112560

Hello,

Views are improved :
Module Creation / Export Customization Module + Export Customization Data file
Entreprise Process/ process Nodes

Thanks
-hsa
-- 
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-improve-view-sgo-process-hsa/+merge/112560
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-improve-view-sgo.
=== modified file 'base_module_record/wizard/base_module_record_data_view.xml'
--- base_module_record/wizard/base_module_record_data_view.xml	2011-09-08 06:45:23 +0000
+++ base_module_record/wizard/base_module_record_data_view.xml	2012-06-28 13:06:01 +0000
@@ -8,6 +8,8 @@
             <field name="type">form</field>
             <field name="arch" type="xml">
                 <form string="Data Recording">
+                    <button name="record_objects" icon="gtk-ok" string="Record" type="object"/>
+                    <newline/>
                     <field name="check_date"/>
                     <newline/>
                     <field name="filter_cond"/>
@@ -17,7 +19,6 @@
                     <separator colspan="4"/>
                     <group colspan="4" col="2">
                         <button icon="gtk-cancel" string="Cancel" special="cancel"/>
-                        <button name="record_objects" icon="gtk-ok" string="Record" type="object"/>
                     </group>
                 </form>
             </field>

=== modified file 'base_module_record/wizard/base_module_record_object_view.xml'
--- base_module_record/wizard/base_module_record_object_view.xml	2012-05-16 16:01:15 +0000
+++ base_module_record/wizard/base_module_record_object_view.xml	2012-06-28 13:06:01 +0000
@@ -8,6 +8,8 @@
             <field name="type">form</field>
             <field name="arch" type="xml">
                 <form string="Objects Recording">
+                    <button name="record_objects" icon="gtk-ok" string="Record" type="object"/>
+                    <newline/>
                     <field name="check_date"/>
                     <newline/>
                     <field name="filter_cond"/>
@@ -17,7 +19,6 @@
                     <separator colspan="4"/>
                     <group colspan="4" col="2">
                         <button icon="gtk-cancel" string="Cancel" special="cancel"/>
-                        <button name="record_objects" icon="gtk-ok" string="Record" type="object"/>
                     </group>
                 </form>
             </field>

=== modified file 'process/process_view.xml'
--- process/process_view.xml	2012-06-22 11:12:51 +0000
+++ process/process_view.xml	2012-06-28 13:06:01 +0000
@@ -30,13 +30,17 @@
                                     <field name="flow_start"/>
                                 </tree>
                                 <form string="Process Node" version="7.0">
-                                    <group colspan="4" col="4">
-                                        <field name="name"/>
-                                        <field name="flow_start"/>
-                                        <field name="kind"/>
-                                        <field name="subflow_id" attrs="{'invisible':[('kind','!=','subflow')]}"/>
-    
+                                    <group>
+                                        <group>
+                                            <field name="name"/>
+                                            <field name="flow_start"/>
+                                        </group>
+                                        <group>
+                                            <field name="kind"/>
+                                            <field name="subflow_id" attrs="{'invisible':[('kind','!=','subflow')]}"/>
+                                        </group>
                                     </group>
+                                    
                                     <notebook colspan="4">
                                         <page string="Properties">
                                             <group colspan="4" col="6">
@@ -157,12 +161,16 @@
         <field name="arch" type="xml">
             <form string="Process Node" version="7.0">
                 <sheet layout="auto">
-                    <group colspan="4" col="6">
-                        <field name="name"/>
-                        <field name="process_id"/>
-                        <field name="flow_start"/>
-                        <field name="kind"/>
-                        <field name="subflow_id" attrs="{'invisible':[('kind','!=','subflow')]}"/>
+                    <group>
+                        <group>
+                            <field name="name"/>
+                            <field name="process_id"/>
+                            <field name="flow_start"/>
+                        </group>
+                        <group>
+                            <field name="kind"/>
+                            <field name="subflow_id" attrs="{'invisible':[('kind','!=','subflow')]}"/>
+                        </group>
                     </group>
                     <notebook>
                         <page string="Properties">

_______________________________________________
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