تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
8702 أدوات العرض

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
فبراير 20
3620
1
فبراير 16
6349
5
يناير 22
12260
4
أبريل 25
4893
1
مارس 15
4577