コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
9312 ビュー

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

関連投稿 返信 ビュー 活動
1
3月 25
2558
2
12月 22
22860
0
8月 22
3603
0
4月 21
5381
3
11月 19
7690