Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
9417 มุมมอง

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.

อวตาร
ละทิ้ง