Skip to Content
Menu
This question has been flagged
1 Reply
2148 Views

Where can I change the text which is printed on the report due payment report (report_overdue_document)? By looking at the qweb report I found out that it is a DB field: overdue_msg ?! How can I change it, only in the DB?

Thanks!

Avatar
Discard
Best Answer

Hi,

You can set the the Overdue message in the company form, while looking cant see the field in the User interface, not sure how to make it visible or any option exists for it.  The text displayed in the report is coming from the company form, the text is recorded in the field name overdue_msg in the res.company model.


Anyway you can just activate the developer mode and add the field named overdue_msg to the views by clicking the Edit form view option in the developer mode.(Activate developer mode -> Open company form -> Click Debugger button -> Edit form view -> Add field named overdue_msg). Once you do this the text will be visible in the form, from here you can edit and change it as per the need.


To add field to the view from the user interface see this video: Add field from the UI


Thanks

Avatar
Discard
Author

Yes, of course! Stupid me ;-) !

Related Posts Replies Views Activity
1
Apr 22
8063
2
Oct 21
7029
1
Jul 21
18909
6
Aug 20
4309
1
May 20
4259