[FIX] res_config.xml: remove unnecessary client action definition that make tests...
authorRaphael Collet <rco@openerp.com>
Thu, 3 May 2012 09:39:41 +0000 (11:39 +0200)
committerRaphael Collet <rco@openerp.com>
Thu, 3 May 2012 09:39:41 +0000 (11:39 +0200)
bzr revid: rco@openerp.com-20120503093941-4jge9o6l572pmvq0

openerp/addons/base/res/res_config.xml

index 6f665b0..2da5dc3 100644 (file)
       </field>
     </record>
 
-    <!-- reload the client; useful when the user menu and/or current view has changed -->
-    <record id="action_reload_all" model="ir.actions.client">
-        <field name="name">Reload Client Interface</field>
-        <field name="tag">reload_all</field>
-    </record>
-
   </data>
 </openerp>