Hi, I would like to change string in the following report, is it possible?
<report
string="Delivery Slip"
id="action_report_delivery"
model="stock.picking"
report_type="qweb-pdf"
name="stock.report_deliveryslip"
file="stock.report_deliveryslip"
/>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi, I would like to change string in the following report, is it possible?
<report
string="Delivery Slip"
id="action_report_delivery"
model="stock.picking"
report_type="qweb-pdf"
name="stock.report_deliveryslip"
file="stock.report_deliveryslip"
/>
Hello Jakub
You can change the report string with help of following code.
<record id="stock.action_report_delivery" model="ir.actions.report">
<field name="name">Delivery Slip Changed</field>
</record>
Hi,
Please try the code to change your string,
<report string="Delivery Slip"
id="stock.action_report_delivery"
model="stock.picking"
report_type="qweb-pdf"
name="stock.report_deliveryslip"
file="stock.report_deliveryslip"/>
Thanks
Muhammed Ali M - iWesabe
Hello Jakub Patch,
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
2
ก.ย. 20
|
4342 | |||
|
1
ก.พ. 20
|
4069 | |||
|
Return multiply pdfs for products
แก้ไขแล้ว
|
1
ต.ค. 19
|
3055 | ||
|
How to Add images in the pdf reports
แก้ไขแล้ว
|
3
ส.ค. 25
|
27462 | ||
|
0
มี.ค. 22
|
3331 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.