[IMP] tooltip project

bzr revid: fp@tinyerp.com-20120523150136-c8qe84ho0wldee5w
This commit is contained in:
Fabien Pinckaers 2012-05-23 17:01:36 +02:00
parent 262ea7139a
commit c618dd3c0f
1 changed files with 6 additions and 2 deletions

View File

@ -268,12 +268,16 @@
<field name="view_id" ref="view_project_kanban"/>
<field name="search_view_id" ref="view_project_project_filter"/>
<field name="context">{}</field>
<field name="help" type="xml"><p>You have no projects.</p>
<field name="help" type="xml">
<p>Press the <i>'create'</i> button to start a new project.</p>
<p>Projects are used to organize your activities; plan tasks,
track issues, invoice timesheets. You can define internal
projects (R&amp;D, Improve Sales Process), private projects (My
Todos) or customer ones.</p>
<p>Click <i>'create'</i> to start a new project.</p>
<p>
You will be able collaborate with internal users on
projects or invite customers to share your activities.
</p>
</field>
</record>