I am trying to inherit a Qweb templated which is as follows the path on odoo github
and my code is as follows.
But i am unable to see the changes on frontend on website of my custom code , it is always picking the original template
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I am trying to inherit a Qweb templated which is as follows the path on odoo github
and my code is as follows.
But i am unable to see the changes on frontend on website of my custom code , it is always picking the original template
Because Provided Template render at client site (it's not server-side render web)
you have to extend it js extension
register assets/XML file in the manifest file
use t-extend and t-jquery to inherit original template
ref
https://www.odoo.com/documentation/13.0/developer/reference/qweb.html#qweb
No, it's not. OWL is still out of reach of 14.0 :)
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
मार्च 25
|
2506 | ||
|
2
दिस॰ 22
|
22828 | ||
|
0
अग॰ 22
|
3558 | ||
|
0
अप्रैल 21
|
5329 | ||
Qweb Inheritance
Solved
|
|
3
नव॰ 19
|
7653 |
I don't know why but my code is not showing here