Merge lp:~openerp-dev/openobject-addons/6.1-opw-580931-ado into lp:openobject-addons/6.1

Proposed by Amit Dodiya (OpenERP)
Status: Approved
Approved by: Naresh(OpenERP)
Approved revision: 7037
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-580931-ado
Merge into: lp:openobject-addons/6.1
Diff against target: 12 lines (+1/-1)
1 file modified
account_followup/report/account_followup_print.rml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-580931-ado
Reviewer Review Type Date Requested Status
Xavier ALT Pending
Naresh(OpenERP) Pending
Review via email: mp+130737@code.launchpad.net

Description of the change

Hello,

"[FIX] formatted text of followup data is not diplayed formatted in pdf report"

Followup Lines(Accounting/Configuration/Miscellaneous/Follow-Ups) text contains the blank line but it's ignored while generating the pdf report.

Regards,
Amit

To post a comment you must log in.
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

version 7 has a lot of improvements done in followup module.

Unmerged revisions

7037. By Amit Dodiya<email address hidden>

[FIX] formatted text of followup data is not diplayed formatted in pdf report

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_followup/report/account_followup_print.rml'
2--- account_followup/report/account_followup_print.rml 2011-12-21 09:08:11 +0000
3+++ account_followup/report/account_followup_print.rml 2012-10-22 07:05:29 +0000
4@@ -154,7 +154,7 @@
5 <para style="terp_default_8">
6 <font color="white"> </font>
7 </para>
8- <para style="terp_default_9_followup_id">[[ format(get_text(o,data['form']['followup_id'])) ]]</para>
9+ <xpre style="terp_default_9_followup_id">[[ format(get_text(o,data['form']['followup_id'])) ]]</xpre>
10 <para style="terp_default_9">
11 <font color="white"> </font>
12 </para>