Ravish(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1027875-rmu into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1027875 in OpenERP Addons: "[Trunk] Extended view is removed from trunk 
but still some files group_extended is avaible"
  https://bugs.launchpad.net/openobject-addons/+bug/1027875

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1027875-rmu/+merge/116253

Hello,

I have removed some of the base.group_extended group from addons.which is not 
required nay more because extended view is already remove from trunk.

Thanks..!!
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1027875-rmu/+merge/116253
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1027875-rmu.
=== modified file 'account/account_view.xml'
--- account/account_view.xml	2012-07-18 14:28:10 +0000
+++ account/account_view.xml	2012-07-23 11:37:20 +0000
@@ -2593,7 +2593,7 @@
                 <header>
                     <button name="button_confirm_cash" states="open" string="Close CashBox" type="object" class="oe_highlight"/>
                     <button name="button_open" states="draft" string="Open CashBox" type="object" class="oe_highlight"/>
-                    <button name="button_cancel" states="confirm,open" string="Cancel" type="object" groups="base.group_extended"/>
+                    <button name="button_cancel" states="confirm,open" string="Cancel" type="object"/>
                     <field name="state" widget="statusbar" nolabel="1" statusbar_visible="draft,confirm"/>
                 </header>
                 <sheet string="Statement">

=== modified file 'crm_fundraising/crm_fundraising_view.xml'
--- crm_fundraising/crm_fundraising_view.xml	2012-07-13 14:26:22 +0000
+++ crm_fundraising/crm_fundraising_view.xml	2012-07-23 11:37:20 +0000
@@ -66,7 +66,7 @@
                     <button name="case_close" string="Done" states="open,pending" type="object" class="oe_highlight"/>
                     <button name="case_open" string="Open" states="draft,pending" type="object" class="oe_highlight"/>
                     <button name="case_pending" string="Pending" states="draft,open" type="object" class="oe_highlight"/>
-                    <button name="case_escalate" string="Escalate" states="open,draft,pending" type="object" groups="base.group_extended" />
+                    <button name="case_escalate" string="Escalate" states="open,draft,pending" type="object"/>
                     <button name="case_reset" string="Reset to Draft" states="done,cancel" type="object" />
                     <button name="case_cancel" string="Cancel" states="draft,open,pending" type="object" />
                     <field name="state" widget="statusbar" nolabel="1" statusbar_visible="draft,open,done" statusbar_colors='{"pending":"blue"}'/>

=== modified file 'point_of_sale/point_of_sale_view.xml'
--- point_of_sale/point_of_sale_view.xml	2012-07-18 13:14:03 +0000
+++ point_of_sale/point_of_sale_view.xml	2012-07-23 11:37:20 +0000
@@ -1043,7 +1043,7 @@
                     <field name="date_order"/>
                     <field name="session_id"/>
                     <newline/>
-                    <group expand="0" string="Group By..." groups="base.group_extended">
+                    <group expand="0" string="Group By...">
                         <filter string="Customer" icon="terp-personal" domain="[]" context="{'group_by':'partner_id'}"/>
                         <filter string="Salesman" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/>
                         <filter string="Session" icon="terp-personal" domain="[]" context="{'group_by':'session_id'}"/>

=== modified file 'purchase/report/purchase_report_view.xml'
--- purchase/report/purchase_report_view.xml	2012-06-14 06:10:42 +0000
+++ purchase/report/purchase_report_view.xml	2012-07-23 11:37:20 +0000
@@ -89,7 +89,7 @@
                     <filter string="Product" name="group_product_id" icon="terp-accessories-archiver" context="{'group_by':'product_id'}"/>
                     <filter string="Category" name="group_category_id" icon="terp-stock_symbol-selection" context="{'group_by':'category_id'}"/>
                     <filter string="Reference Unit of Measure" name="group_product_uom" icon="terp-mrp" context="{'group_by':'product_uom'}"/>
-                    <filter string="Warehouse" icon="terp-go-home" context="{'group_by':'warehouse_id'}" groups="base.group_extended"/>
+                    <filter string="Warehouse" icon="terp-go-home" context="{'group_by':'warehouse_id'}"/>
                     <filter string="Reference UOM" name="group_product_uom" icon="terp-mrp" context="{'group_by':'product_uom'}"/>
                     <filter string="Warehouse" icon="terp-go-home" context="{'group_by':'warehouse_id'}"/>
                     <filter string="Destination" icon="terp-gtk-jump-to-ltr" context="{'group_by':'location_id'}"/>

_______________________________________________
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