Bharat Devnani (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-page-sheet-improvement-atp-remove-sheet-tag-setting-config-bde
 into lp:~openerp-dev/openobject-addons/trunk-page-sheet-improvement-atp.

Requested reviews:
  OpenERP R&D Team (openerp-dev)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-page-sheet-improvement-atp-remove-sheet-tag-setting-config-bde/+merge/110474

Hello Sir, 

I have removed sheet tag from configuration of modules under setting Menu.

Thanks & Regards,
Devnani Bharat R.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-page-sheet-improvement-atp-remove-sheet-tag-setting-config-bde/+merge/110474
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openobject-addons/trunk-page-sheet-improvement-atp-remove-sheet-tag-setting-config-bde
 into lp:~openerp-dev/openobject-addons/trunk-page-sheet-improvement-atp.
=== modified file 'base_setup/base_setup_views.xml'
--- base_setup/base_setup_views.xml	2012-06-09 14:13:14 +0000
+++ base_setup/base_setup_views.xml	2012-06-15 06:48:20 +0000
@@ -42,22 +42,20 @@
                     <button string="Apply" type="object" name="execute"/>
                     <button string="Cancel" special="cancel"/>
                 </header>
-                <sheet>
-                    <group>
-                        <group name="config_sale" colspan="4"/>
-
-                        <!-- this part is necessary to allow the plugins to extend the view -->
-                        <field name="module_crm" invisible="1"/>
-                        <group name="config_fetchmail" colspan="2" attrs="{'invisible': [('module_crm','=',False)]}">
-                            <separator string="Emails"/>
-                        </group>
-                        <field name="module_plugin_thunderbird" attrs="{'invisible': [('module_crm','=',False)]}"/>
-                        <newline/>
-                        <field name="module_plugin_outlook" attrs="{'invisible': [('module_crm','=',False)]}"/>
-
-                        <group name="config_crm" colspan="2"/>
+                <group>
+                    <group name="config_sale" colspan="4"/>
+
+                    <!-- this part is necessary to allow the plugins to extend the view -->
+                    <field name="module_crm" invisible="1"/>
+                    <group name="config_fetchmail" colspan="2" attrs="{'invisible': [('module_crm','=',False)]}">
+                        <separator string="Emails"/>
                     </group>
-                </sheet>
+                    <field name="module_plugin_thunderbird" attrs="{'invisible': [('module_crm','=',False)]}"/>
+                    <newline/>
+                    <field name="module_plugin_outlook" attrs="{'invisible': [('module_crm','=',False)]}"/>
+
+                    <group name="config_crm" colspan="2"/>
+                </group>
             </form>
         </field>
     </record>

=== modified file 'hr/res_config_view.xml'
--- hr/res_config_view.xml	2012-06-09 14:39:04 +0000
+++ hr/res_config_view.xml	2012-06-15 06:48:20 +0000
@@ -19,27 +19,25 @@
                         <button string="Apply" type="object" name="execute"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
-                    <sheet>
-                        <group col="4">
-                            <separator string="Additional Features" colspan="4"/>
-                            <field name="module_hr_expense"/>
-                            <field name="module_hr_recruitment"/>
-                            <field name="module_hr_evaluation"/>
-                            <field name="module_hr_contract"/>
-                            <field name="module_hr_holidays"/>
-                            <newline/>
-                            <field name="module_hr_payroll"/>
-                            <button colspan="2" name="%(open_payroll_modules)d" type="action"
-                                string="Install Country-Specific Payroll" icon="gtk-go-forward"/>
-
-                            <separator string="Timesheets" colspan="4"/>
-                            <field name="module_hr_attendance"/>
-                            <field name="module_hr_timesheet"/>
-                            <field name="module_hr_timesheet_sheet"/>
-
-                            <group name="config_recruitment" colspan="4"/>
-                         </group>
-                    </sheet>
+                    <group col="4">
+                        <separator string="Additional Features" colspan="4"/>
+                        <field name="module_hr_expense"/>
+                        <field name="module_hr_recruitment"/>
+                        <field name="module_hr_evaluation"/>
+                        <field name="module_hr_contract"/>
+                        <field name="module_hr_holidays"/>
+                        <newline/>
+                        <field name="module_hr_payroll"/>
+                        <button colspan="2" name="%(open_payroll_modules)d" type="action"
+                            string="Install Country-Specific Payroll" icon="gtk-go-forward"/>
+
+                        <separator string="Timesheets" colspan="4"/>
+                        <field name="module_hr_attendance"/>
+                        <field name="module_hr_timesheet"/>
+                        <field name="module_hr_timesheet_sheet"/>
+
+                        <group name="config_recruitment" colspan="4"/>
+                     </group>
                 </form>
             </field>
         </record>

=== modified file 'knowledge/res_config_view.xml'
--- knowledge/res_config_view.xml	2012-06-11 16:10:14 +0000
+++ knowledge/res_config_view.xml	2012-06-15 06:48:20 +0000
@@ -11,19 +11,18 @@
                         <button string="Apply" type="object" name="execute"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
-                    <sheet layout="auto">
-                        <separator string="Wiki" colspan="4"/>
-                        <field name="module_wiki_faq"/>
-                        <newline/>
-                        <field name="module_wiki_quality_manual"/>
+                    <newline/>
+                    <separator string="Wiki" colspan="4"/>
+                    <field name="module_wiki_faq"/>
+                    <newline/>
+                    <field name="module_wiki_quality_manual"/>
 
-                        <separator string="Documents" colspan="4"/>
-                        <field name="module_document"/>
-                        <newline/>
-                        <field name="module_document_ftp"/>
-                        <newline/>
-                        <field name="module_document_webdav"/>
-                    </sheet>
+                    <separator string="Documents" colspan="4"/>
+                    <field name="module_document"/>
+                    <newline/>
+                    <field name="module_document_ftp"/>
+                    <newline/>
+                    <field name="module_document_webdav"/>
                 </form>
             </field>
         </record>

=== modified file 'marketing/res_config_view.xml'
--- marketing/res_config_view.xml	2012-06-09 14:39:04 +0000
+++ marketing/res_config_view.xml	2012-06-15 06:48:20 +0000
@@ -11,13 +11,11 @@
                         <button string="Apply" type="object" name="execute"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
-                    <sheet>
-                        <group col="4" string="Campaigns">
-                            <field name="module_marketing_campaign"/>
-                            <field name="module_marketing_campaign_crm_demo"/>
-                            <field name="module_crm_profiling"/>
-                        </group>
-                    </sheet>
+                    <group col="4" string="Campaigns">
+                        <field name="module_marketing_campaign"/>
+                        <field name="module_marketing_campaign_crm_demo"/>
+                        <field name="module_crm_profiling"/>
+                    </group>
                 </form>
             </field>
         </record>

=== modified file 'mrp/res_config_view.xml'
--- mrp/res_config_view.xml	2012-06-11 09:07:01 +0000
+++ mrp/res_config_view.xml	2012-06-15 06:48:20 +0000
@@ -11,22 +11,21 @@
                         <button string="Apply" type="object" name="execute"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
-                    <sheet layout="auto">
-                        <group col="4" 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" col="4">
-                            <field name="module_mrp_jit"/>
-                            <field name="module_stock_no_autopicking"/>
-                        </group>
-                        <group string="Bill Of Material" col="4">
-                            <field name="group_mrp_routings"/>
-                            <field name="group_mrp_properties"/>
-                        </group>
-                    </sheet>
+                    <newline/>
+                    <group col="4" 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" col="4">
+                        <field name="module_mrp_jit"/>
+                        <field name="module_stock_no_autopicking"/>
+                    </group>
+                    <group string="Bill Of Material" col="4">
+                        <field name="group_mrp_routings"/>
+                        <field name="group_mrp_properties"/>
+                    </group>
                 </form>
             </field>
         </record>

=== modified file 'project/res_config_view.xml'
--- project/res_config_view.xml	2012-06-11 12:47:02 +0000
+++ project/res_config_view.xml	2012-06-15 06:48:20 +0000
@@ -12,25 +12,23 @@
                         <button string="Apply" type="object" name="execute"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
-                    <sheet>
-                        <group col="4">
-                            <separator string="Project" colspan="4"/>
-                            <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"/>
-
-                            <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>
+                    <group col="4">
+                        <separator string="Project" colspan="4"/>
+                        <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"/>
+
+                        <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>
                 </form>
             </field>
         </record>

=== modified file 'purchase/res_config_view.xml'
--- purchase/res_config_view.xml	2012-06-09 19:49:46 +0000
+++ purchase/res_config_view.xml	2012-06-15 06:48:20 +0000
@@ -11,7 +11,6 @@
                         <button string="Apply" type="object" name="execute"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
-                    <sheet>
                     <group col="4">
                         <separator string="Invoicing" colspan="4"/>
                         <field name="default_invoice_method"/>
@@ -28,7 +27,6 @@
                         <separator string="Products" colspan="4"/>
                         <field name="module_product_manufacturer"/>
                     </group>
-                    </sheet>
                 </form>
             </field>
         </record>

=== modified file 'stock/res_config_view.xml'
--- stock/res_config_view.xml	2012-06-09 21:56:28 +0000
+++ stock/res_config_view.xml	2012-06-15 06:48:20 +0000
@@ -12,32 +12,30 @@
                         <button string="Apply" type="object" name="execute"/>
                         <button string="Cancel" special="cancel"/>
                     </header>
-                    <sheet>
-                        <group col="4">
-                            <separator string="Traceability" colspan="4"/>
-                            <field name="group_stock_production_lot"/>
-                            <field name="module_product_expiry"
-                                attrs="{'invisible': [('group_stock_production_lot','=',False)]}"/>
-                            <newline/>
-                            <field name="group_stock_tracking_lot"/>
-
-                            <separator string="Logistics" colspan="4"/>
-                            <field name="group_stock_multiple_locations"/>
-                            <field name="module_stock_location"/>
-                            <field name="module_stock_invoice_directly"/>
-                            <field name="decimal_precision"/>
-
-                            <separator string="Products" colspan="4"/>
-                            <field name="group_stock_packaging"/>
-                            <field name="group_stock_inventory_valuation"/>
-                            <field name="group_uom"/>
-                            <field name="group_uos"/>
-                            <field name="group_product_variant"/>
-
-                            <separator string="Partners" colspan="4"/>
-                            <field name="module_claim_from_delivery"/>
-                        </group>
-                    </sheet>
+                    <group col="4">
+                        <separator string="Traceability" colspan="4"/>
+                        <field name="group_stock_production_lot"/>
+                        <field name="module_product_expiry"
+                            attrs="{'invisible': [('group_stock_production_lot','=',False)]}"/>
+                        <newline/>
+                        <field name="group_stock_tracking_lot"/>
+
+                        <separator string="Logistics" colspan="4"/>
+                        <field name="group_stock_multiple_locations"/>
+                        <field name="module_stock_location"/>
+                        <field name="module_stock_invoice_directly"/>
+                        <field name="decimal_precision"/>
+
+                        <separator string="Products" colspan="4"/>
+                        <field name="group_stock_packaging"/>
+                        <field name="group_stock_inventory_valuation"/>
+                        <field name="group_uom"/>
+                        <field name="group_uos"/>
+                        <field name="group_product_variant"/>
+
+                        <separator string="Partners" colspan="4"/>
+                        <field name="module_claim_from_delivery"/>
+                    </group>
                 </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