Hi ,
While building website in odoo8, i got a error while using the t-field in field edition.
"t-field can not be used on a t element, provide an actual HTML node" This is the error , plz anyone give me some sugestion....
Thanks in advace......
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi ,
While building website in odoo8, i got a error while using the t-field in field edition.
"t-field can not be used on a t element, provide an actual HTML node" This is the error , plz anyone give me some sugestion....
Thanks in advace......
Hello Umashankar,
I think this error means that you can not add a t-field inside a t HTML tag, for example :
<t t-field="name"/>
is not authorized. Depending of what you need to put a field value, have you try to put this t-field in a div HTML tag (instead of a t)? I have not practiced the V8 Odoo synthax, but peharps you have to do something like this:
<t t-call="your_object">
<div t-field="your_field"/>
</t>
Hope it helps you, instead, could you post the code that raise this error ?
Regards
I have tried that too Bruno PLANCHER, but its not working any other suggestion plz.....
Can you post what to you try to do ?
Create an account today to enjoy exclusive features and engage with our awesome community!
Prijavi
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.