跳至內容
選單
此問題已被標幟
1 回覆
570 瀏覽次數

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?  

頭像
捨棄
作者

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

最佳答案

Hello

You can untick the option in parameters 

頭像
捨棄

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>

相關帖文 回覆 瀏覽次數 活動
1
7月 25
485
2
7月 25
743
1
7月 25
578
1
7月 25
570
2
7月 25
582