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"
/>
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,
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
2
sept. 20
|
5494 | |||
|
1
feb. 20
|
4985 | |||
|
Return multiply pdfs for products
Rezolvat
|
1
oct. 19
|
3947 | ||
|
1
ian. 26
|
8205 | |||
|
How to Add images in the pdf reports
Rezolvat
|
3
aug. 25
|
29862 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.