Hardik Sanchawat (OpenERP) has proposed merging 
lp:~openerp-commiter/openobject-addons/trunk-configuration-imp-dbr-impo-config-account-hsa
 into lp:~openerp-dev/openobject-addons/trunk-configuration-imp-dbr.

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

For more details, see:
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-configuration-imp-dbr-impo-config-account-hsa/+merge/113006

Hello,

I improved view of configuration modules :

Thanks
-hsa
-- 
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-configuration-imp-dbr-impo-config-account-hsa/+merge/113006
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-configuration-imp-dbr.
=== modified file 'mrp/res_config_view.xml'
--- mrp/res_config_view.xml	2012-06-29 08:30:24 +0000
+++ mrp/res_config_view.xml	2012-07-02 10:03:25 +0000
@@ -13,22 +13,26 @@
                         <button string="Cancel" type="object" name="cancel" class="oe_link"/>
                     </header>
                     <sheet>
-                        <group string="Manufacturing Order">
-                            <field name="module_mrp_operations"/>
-                            <field name="module_stock_planning"/>
-                            <field name="module_mrp_subproduct"/>
-                            <field name="module_mrp_repair"/>
-                        </group>
-                        <group string="Logistics">
-                            <field name="module_mrp_jit"/>
-                            <field name="module_stock_no_autopicking"/>
-                        </group>
-                        <group string="Bill Of Material">
-                            <field name="group_mrp_routings"/>
-                            <field name="group_mrp_properties"/>
-                        </group>
-                        <group string="Products">
-                            <field name="module_product_manufacturer"/>
+                        <group>
+                            <group string="Manufacturing Order">
+                                <field name="module_mrp_operations"/>
+                                <field name="module_stock_planning"/>
+                                <field name="module_mrp_subproduct"/>
+                                <field name="module_mrp_repair"/>
+                            </group>
+                            <group string="Products">
+                                <field name="module_product_manufacturer"/>
+                            </group>
+                        </group>
+                        <group>
+                            <group string="Logistics">
+                                <field name="module_mrp_jit"/>
+                                <field name="module_stock_no_autopicking"/>
+                            </group>
+                            <group string="Bill Of Material">
+                                <field name="group_mrp_routings"/>
+                                <field name="group_mrp_properties"/>
+                            </group>
                         </group>
                     </sheet>
                 </form>

=== modified file 'project/res_config_view.xml'
--- project/res_config_view.xml	2012-06-29 08:30:24 +0000
+++ project/res_config_view.xml	2012-07-02 10:03:25 +0000
@@ -26,12 +26,14 @@
                                 <field name="time_unit" domain="[('category_id.name','=','Working Time')]"/>
                             </group>
                         </group>
-                        <group string="Planning">
-                            <field name="module_project_long_term"/>
-                        </group>
-                        <group string="Helpdesk and Support" name="support">
-                            <field name="module_project_issue"/>
-                            <field name="module_project_issue_sheet"/>
+                        <group>
+                            <group string="Planning">
+                                <field name="module_project_long_term"/>
+                            </group>
+                            <group string="Helpdesk and Support" name="support">
+                                <field name="module_project_issue"/>
+                                <field name="module_project_issue_sheet"/>
+                            </group>
                         </group>
                     </sheet>
                 </form>

=== modified file 'purchase/res_config_view.xml'
--- purchase/res_config_view.xml	2012-06-29 08:30:24 +0000
+++ purchase/res_config_view.xml	2012-07-02 10:03:25 +0000
@@ -14,8 +14,8 @@
                     </header>
                     <sheet>
                         <group string="Invoicing">
-                            <field name="default_invoice_method"/>
-                            <field name="decimal_precision"/>
+                            <field name="default_invoice_method" class="oe_inline"/>
+                            <field name="decimal_precision" class="oe_inline"/>
                         </group>
                         <group string="Purchase Order">
                             <group>

=== modified file 'stock/res_config_view.xml'
--- stock/res_config_view.xml	2012-06-29 08:30:24 +0000
+++ stock/res_config_view.xml	2012-07-02 10:03:25 +0000
@@ -14,11 +14,16 @@
                         <button string="Cancel" type="object" name="cancel" class="oe_link"/>
                     </header>
                     <sheet>
-                        <group string="Traceability">
-                            <field name="group_stock_production_lot"/>
-                            <field name="group_stock_tracking_lot"/>
-                            <field name="module_product_expiry"
-                                attrs="{'invisible': [('group_stock_production_lot','=',False)]}"/>
+                        <group>
+                            <group string="Traceability">
+                                <field name="group_stock_production_lot"/>
+                                <field name="group_stock_tracking_lot"/>
+                                <field name="module_product_expiry"
+                                    attrs="{'invisible': [('group_stock_production_lot','=',False)]}"/>
+                            </group>
+                            <group string="Partners">
+                                <field name="module_claim_from_delivery"/>
+                            </group>
                         </group>
                         <group string="Logistics">
                             <group>
@@ -41,9 +46,6 @@
                                 <field name="group_product_variant"/>
                             </group>
                         </group>
-                        <group string="Partners">
-                            <field name="module_claim_from_delivery"/>
-                        </group>
                     </sheet>
                 </form>
             </field>

_______________________________________________
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