Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
577 Vizualizări

Hi, 

When working on quotes, I use sections to list different products. My quotation now shows a subtotal under each section. I'd like to only have one subtotal at the bottom of my quote. How can i achieve this?  

Imagine profil
Abandonează
Autor

Hi Emmanuel, after unchecking the box, the subtotals still show unfortunatelly 

Cel mai bun răspuns

Hello

You can untick the option in parameters 

Imagine profil
Abandonează

This setting only affects Accounting Reports.

@Ray : that's right, my bad
@mathieu : do you have Studio ? If yes, you could have to modify your reports
Something like this :
<t t-elif="line.display_type == 'line_section'">
<td name="td_section_line" colspan="99">
<span t-field="line.name"/>
</td>
<t t-set="current_section" t-value="line"/>
=> this line <t t-set="current_subtotal" t-value="0"/>
</t>

Related Posts Răspunsuri Vizualizări Activitate
1
iul. 25
503
2
iul. 25
758
1
iul. 25
595
1
iul. 25
588
2
iul. 25
603