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,
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
2
9월 20
|
5353 | |||
|
1
2월 20
|
4935 | |||
|
1
10월 19
|
3906 | |||
|
1
1월 26
|
8115 | |||
|
3
8월 25
|
29743 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.