Skip to Content
मेन्यू
This question has been flagged

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.


Avatar
Discard
Author Best Answer

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>

Avatar
Discard

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

Related Posts Replies Views Activity
1
फ़र॰ 20
3619
1
फ़र॰ 16
6347
5
जन॰ 22
12257
4
अप्रैल 25
4886
1
मार्च 15
4577