odoo/enterprise#70479

Created by JavaScript, Aaron Bohy (aab)
Merged at 080c35bef2a767d1417f622472d92d4c8329cb6c

Statuses:

Linked pull requests
label
odoo-dev:master-new-kanban-fix-aab
head
c5e8ad57ad1a9ec607bb21e5042b26a747694203
merged
1 year ago by JavaScript, Mathieu Duckerts-Antoine (dam)
odoo/odoo odoo/enterprise
master #181019 #70479

[FIX] appointment: kanban: set title on appointment name

This commit is a followup of task~3992107. It correctly sets the title attribute on the appointment name, which might be truncated. Setting t-att-title on a char field doesn't work, so it must be set on a wrapping node instead.