Comment 2 for bug 907314

Revision history for this message
Synconics Technologies Pvt. Ltd. (synconics-technologies) wrote :

Hello Tejas,

I have seen this problem and found that 'Title' is getting replaced by blank " ".
Here is the code which affect this.

line no: 486, in file addons/web/static/src/xml/base.xml

<t t-jquery="span.oe_view_title_text" t-operation="replace"/>

This is a problem line.

Its replacing the Title by blank.
If you want to test, just try it like this:

<t t-jquery="span.oe_view_title_text" t-operation=""/>
It will display Title without CSS defined.

So it may require changes in this file or qweb2.js file. You can ask to your Web-Client developers to work out for this.

Thanks,
Synconics Technologies.