Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
6984 มุมมอง
How to inherit this report and set the landscape orientation in my module?
<report
string="Purchase Order"
id="action_report_purchase_order"
model="purchase.order"
report_type="qweb-pdf"
name="purchase.report_purchaseorder"
file="purchase.report_purchaseorder"
print_report_name="
(object.state in ('draft', 'sent') and 'Request for Quotation - %s' % (object.name) or
'Purchase Order - %s' % (object.name))"
/>
อวตาร
ละทิ้ง

Please use a meaningful title.

คำตอบที่ดีที่สุด

Hello

make new paperformat with the orientation option "Landscape", like below option.

<record id="paperformat_landscape" model="report.paperformat">

            <field name="orientation">Landscape</field>

 </record>

=> for update the paperformat to report, inherit the report action.

<record id="purchase.action_report_purchase_order" model="ir.actions.report">

            <field name="paperformat_id" ref="your_module.paperformat_landscape"/>

 </record>

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
พ.ค. 16
3198
1
มี.ค. 15
5812
2
ส.ค. 19
3281
0
ก.ย. 17
3514
2
มี.ค. 25
4927