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,
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
2
set. 20
|
4327 | |||
|
1
fev. 20
|
4054 | |||
|
Return multiply pdfs for products
Resolvido
|
1
out. 19
|
3046 | ||
|
How to Add images in the pdf reports
Resolvido
|
3
ago. 25
|
27400 | ||
|
0
mar. 22
|
3319 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.