Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty

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
Hylkää
Tekijä Paras vastaus

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
Hylkää

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

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
helmik. 20
3694
1
helmik. 16
6428
5
tammik. 22
12353
4
huhtik. 25
5022
1
maalisk. 15
4639