~julie-w/unifield-web/US-8208

« back to all changes in this revision

Viewing changes to addons/openerp/widgets/templates/listgrid/char.mako

  • Committer: jf
  • Date: 2020-04-01 10:02:24 UTC
  • mfrom: (4987.4.1 web-US-7172)
  • Revision ID: jfb@tempo-consulting.fr-20200401100224-i15jv2hp3b7j8v0d
US-7172 [IMP] new attribute 'tooltip' on tree view field to display the value on mouseover

lp:~jfb-tempo-consulting/unifield-web/US-7172

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<span name="${name}" value="${value}">${text}</span>
 
1
<span name="${name}" value="${value}" title="${tooltip}">${text}</span>