Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
8751 Представления

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

Related Posts Ответы Просмотры Активность
1
февр. 20
3675
1
февр. 16
6415
5
янв. 22
12337
4
апр. 25
5002
1
мар. 15
4620