Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
3195 มุมมอง

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,

Yes it's possible to change string please try this code,
<report
            string="New String"
            id="stock.action_report_delivery"
            model="stock.picking"
            report_type="qweb-pdf"
            name="stock.report_deliveryslip"
            file="stock.report_deliveryslip"
            print_report_name="'Delivery Slip - %s - %s' % (object.partner_id.name or '', object.name)"
        />
Thanks
อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ก.ย. 20
3499
1
ก.พ. 20
3265
Return multiply pdfs for products แก้ไขแล้ว
1
ต.ค. 19
2617
How to Add images in the pdf reports แก้ไขแล้ว
3
ส.ค. 25
25485
0
มี.ค. 22
2641