The request:
show full date/time in thread messages rather than the "4 days ago" kind of thing
My try:
t-att-title="datetime">
- messageView.message.date"/>
... but it fails as the ".message" is not recognized.
I wonder if the problem is the way the template is being loaded:
'qweb': ['static/src/xml/thread.xml',],
If I use the 'assets':{} declaration in the manifest rather than the 'qweb' the file won't even load.
I'm failing to understand exactly how/what to do.
Has anyone done this kind of thing before?
I'm using v14