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 :)
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
1
3月 25
|
3214 | |||
|
2
12月 22
|
24040 | |||
|
0
8月 22
|
4423 | |||
|
0
4月 21
|
6153 | |||
|
Qweb Inheritance
已解决
|
3
11月 19
|
8806 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
I don't know why but my code is not showing here