Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
9308 Переглядів

I am trying to inherit a Qweb templated which is as follows the path on odoo github

github link

and my code is as follows.

Github gist with my code 

But i am unable to  see the changes on frontend on website of my custom code , it is always picking the original template

Аватар
Відмінити
Автор

I don't know why but my code is not showing here

Найкраща відповідь

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 :)

Related Posts Відповіді Переглядів Дія
1
бер. 25
2545
2
груд. 22
22849
0
серп. 22
3593
0
квіт. 21
5377
Qweb Inheritance Вирішено
3
лист. 19
7675