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,
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
2
zář 20
|
5358 | |||
|
1
úno 20
|
4936 | |||
|
Return multiply pdfs for products
Vyřešeno
|
1
říj 19
|
3906 | ||
|
1
led 26
|
8116 | |||
|
How to Add images in the pdf reports
Vyřešeno
|
3
srp 25
|
29745 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.