Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
565 Zobrazení

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?  

Avatar
Zrušit
Autor

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

Nejlepší odpověď

Hello

You can untick the option in parameters 

Avatar
Zrušit

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 Odpovědi Zobrazení Aktivita
1
čvc 25
479
2
čvc 25
739
1
čvc 25
565
1
čvc 25
557
2
čvc 25
573