콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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
2662
2
12월 22
23092
0
8월 22
3759
0
4월 21
5566
Qweb Inheritance 해결 완료
3
11월 19
7927