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

I am trying to replace the existing sales order / quotation PDF report with a custom one:

<!-- REPLACE EXISTING TEMPLATE SALE ORDER -->
<report
id="sale.report_saleorder"
model="sale.order"
string="Presupuesto / Pedido"
report_type="qweb-pdf"
name="custom_reports.saleorder_custom"
file="custom_reports.saleorder_custom"
attachment = "(object.state in ('open','paid')) and ('P_'+(object.number or '').replace('/','')+'.pdf')"
/>
<record id="sale.report_saleorder" model="ir.actions.report.xml">
<field name="paperformat_id" ref="report.paperformat_euro"/>
</record>

But unfortunatelly I am getting duplicated entries (the new entry and the old standard one which fails) in the PRINT menu.

Any tips on what I am missing?

There must be something small as similar approach works fine for invoices.

Thanks

아바타
취소
관련 게시물 답글 화면 활동
3
7월 23
7042
0
10월 21
5124
3
2월 24
11966
1
8월 15
5044
0
12월 17
3679