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

FIrst, excuse me for my terrible english.

Then, I use modules 'sale' and 'sale_layout' to create a quotation. I had created my own module, and i use <xpath> to modify the original 'sale' and 'sale_layout' to create my own quotation template. The problem is, when I download the quotation.pdf the 'sale_layout' function I use doesn't appear. SO i think it's a problem with the order of differents views, my own view is apply after the others so only it is visible.

I hope, you understood me, thanks for your help.

아바타
취소
베스트 답변

You can set priority of you view by declaring priority in view like below ,

<field eval="2" name="priority"/>

Thanks.

아바타
취소