跳至内容
菜单
此问题已终结

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

相关帖文 回复 查看 活动
1
2月 20
3620
1
2月 16
6350
5
1月 22
12260
4
4月 25
4903
1
3月 15
4577