Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

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.


Awatar
Odrzuć
Autor Najlepsza odpowiedź

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>

Awatar
Odrzuć

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

Powiązane posty Odpowiedzi Widoki Czynność
1
lut 20
3619
1
lut 16
6348
5
sty 22
12258
4
kwi 25
4886
1
mar 15
4577