Hello
I want to hide lines from sale order report (PDF)
Especially lines with ) quantity, is there any way i can do so?
Hello
I want to hide lines from sale order report (PDF)
Especially lines with ) quantity, is there any way i can do so?
Hello @Touda OURBAA
Hope you are doing well.
- Please use the code below to hide the lines in the sale order report that have zero quantity.
Please find code in comment.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
Please find code here :-
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="report_saleorder_document_inherited" inherit_id="sale.report_saleorder_document">
<xpath expr="//t[@t-foreach='lines_to_report']" position="attributes">
<attribute name="t-foreach">lines_to_report.filtered(lambda sol: sol.product_uom_qty != 0)</attribute>
</xpath>
</template>
</data>
</odoo>
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
0
mar. 15
|
5037 | |||
|
2
mai. 26
|
659 | |||
|
0
out. 22
|
4430 | |||
|
1
fev. 24
|
2985 | |||
|
[SOLVED] Generate empty PDF in Odoo 16
Resolvido
|
2
jan. 24
|
8319 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.