跳至內容
選單
此問題已被標幟

Partner Ledger Initial Balance not showing in reports after enable check box "Include Initial Balance"

In Total is added with opening balance but not showing as a line in the print.

How to show the initial balance on the top of the print like General Ledger Opening Balance.


頭像
捨棄
作者 最佳答案

Finally we got the issue 

<tr t-if="initial_balance">

        <td colspan="5">Initial Balance</td>

Change to 

<tr t-if="data['form']['initial_balance']">

        <td colspan="5">Initial Balance</td>

頭像
捨棄

I already made a PR, but Odoo rejected it, please see https://github.com/odoo/odoo/pull/11855/files

相關帖文 回覆 瀏覽次數 活動
1
2月 20
3687
1
2月 16
6422
5
1月 22
12349
4
4月 25
5012
1
3月 15
4636