web, one2many title not appear
Bug #907314 reported by
SnippetBucket.com
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Web (MOVED TO GITHUB) |
Confirmed
|
Wishlist
|
OpenERP R&D Web Team |
Bug Description
Hello,
Web >> accounts >> suppliers > edit a supplier/ create new supplier.
Unable to see partner contact title [one2many field]. Also unable to create new partner contacts.
Please see attached screenshot.
thanks,
Tejas ~ tta
Changed in openerp-web: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in openerp-web: | |
assignee: | nobody → OpenERP R&D Web Team (openerp-dev-web) |
importance: | Wishlist → Low |
Changed in openerp-web: | |
importance: | Low → Wishlist |
To post a comment you must log in.
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.