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))"
/>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
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>
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Mei 16
|
2489 | ||
|
1
Mar 15
|
5170 | ||
|
2
Agu 19
|
2758 | ||
|
0
Sep 17
|
2952 | ||
How to add filter in odoo11 E dynamic account report
Diselesaikan
|
|
2
Mar 25
|
4197 |
Please use a meaningful title.