Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet

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
Verwerfen
Autor Beste Antwort

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
Verwerfen

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Feb. 20
3696
1
Feb. 16
6431
5
Jan. 22
12358
4
Apr. 25
5025
1
März 15
4642