Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4913 มุมมอง

Hello,

I am having an issue with the Overdue Payments report in v8.

I adjusted the text in the "Overdue Payments Message" slightly. Since then, when i print the Overdue Payment Report it displays the message as one block of text. It seems to be ignoring the <CR>

Another issue is in the report itself. it is showing the invoice Reference/Description field information in both the Description and Reference. Would be be possible for swap one of these fields to show in the invoice number/Journal entry?

Regards

Mark



อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Mark,


In order to have the invoice number as référence, 

your need to modify the reference field in the account.report_overdue_document :

<td> 
 <span t-field="line.ref"/>
 </td>

by

<td> 
 <span t-field="line.move_id"/>
 </td>

 

 It's working fine for me.


For the linefeed of the message, I did not find where it come from. Maybe someone else know more about a potential solution.

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Line Spacing in Odoo 17 แก้ไขแล้ว
3
ก.ย. 25
2735
1
พ.ย. 22
6924
1
มิ.ย. 22
2372
Invoice Reference Number แก้ไขแล้ว
3
พ.ค. 21
5525
2
ก.ย. 20
2657