[ADD] Tooltip added for menus
authorVir (Open ERP) <vir@tinyerp.com>
Fri, 12 Nov 2010 11:08:42 +0000 (16:38 +0530)
committerVir (Open ERP) <vir@tinyerp.com>
Fri, 12 Nov 2010 11:08:42 +0000 (16:38 +0530)
bzr revid: vir@tinyerp.com-20101112110842-ullxl4irgdcv0xvg

bin/addons/base/ir/ir.xml
bin/addons/base/module/wizard/base_import_language_view.xml

index 1ee2700..9c8ec02 100644 (file)
             <field name="type">ir.actions.act_window</field>
             <field name="res_model">res.company</field>
             <field name="view_type">form</field>
+            <field name="help">Create and manage the companies that will be managed by OpenERP from here. Shops or subsidiaries can be created and maintained from here.</field>
         </record>
         <menuitem action="action_res_company_form" id="menu_action_res_company_form" parent="base.menu_res_company_global"/>
 
index c7cdac6..d313afc 100644 (file)
@@ -22,6 +22,8 @@
                         <separator orientation="vertical" rowspan="15"/>
                         <group colspan="4" col="4">
                             <separator string="Import Translation" colspan="4"/>
+                            <label colspan="4" nolabel="1" string="If you need another language than the official ones available, you can import a language pack from here. Other OpenERP languages than the official ones can be found on launchpad."/>
+                            <newline/>
                             <field name="name" width="200"/>
                             <field name="code"/>
                             <field name="data" colspan="4"/>