Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3008 Lượt xem

Hello, I am trying to remove the shipping address part from the  purchase order report by inheriting the report and replacing the following part: 



by creating a new custom module and inheriting the report with following code: 





but it doesn't work at all. 
I made sure the manifest.py file has the new xml file in it. 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

Please add below code also in your xml file,becasue in purchase_stock module odoo extend the report template and add else case ,in your case the else case is working ,so you need to replace that part of also...

<template id="report_purchaseorder_document_inherit_purchase_stock"
          inherit_id="purchase_stock.report_purchaseorder_document">
    <xpath expr="//t[@t-else]" position="replace">

    </xpath>
</template>

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 2 24
2868
1
thg 6 23
3716
1
thg 12 22
2470
3
thg 4 24
8086
0
thg 3 24
1593