Paramjit Singh Sahota(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-oerp-migration-usabilitysmallissues-realtime_in_message-psa
 into lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-oerp-migration-usabilitysmallissues-realtime_in_message-psa/+merge/140877

Hello,

Fixed the issue as suggested.

>Need a way to display real dates instead of "xx days ago": otherwise, the user 
>is forced to count backwards if he needs to find a message set at a precise 
>date.

>Changed the message "xx dayz ago"  to  "2012-12-20 10:51:26".

Thankz Yo.
 -PSA
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-oerp-migration-usabilitysmallissues-realtime_in_message-psa/+merge/140877
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-oerp-migration-usabilitysmallissues-realtime_in_message-psa.
=== modified file 'mail/static/src/xml/mail.xml'
--- mail/static/src/xml/mail.xml	2012-12-17 08:41:16 +0000
+++ mail/static/src/xml/mail.xml	2012-12-20 11:36:25 +0000
@@ -235,7 +235,7 @@
                     <a t-if="widget.author_id and widget.options.show_link" t-attf-href="#model=res.partner&amp;id=#{widget.author_id[0]}"><t t-raw="widget.author_id[1]"/></a>
                     <span t-if="widget.author_id and !widget.options.show_link"><t t-raw="widget.author_id[1]"/></span>
                     <span class='oe_subtle'>•</span>
-                    <span t-att-title="widget.date"><t t-raw="widget.timerelative"/></span>
+                    <span t-att-title="widget.date"><t t-raw="widget._date"/></span>
                     <span t-if="!widget.options.readonly" class='oe_subtle'>•</span>
                     <t t-if="!widget.options.readonly" t-call="mail.thread.message.vote"/>
                 </div>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to