← Back to team overview

openerp-india team mailing list archive

[Bug 1282177] [NEW] [7.0] RML report in one block for module account_followup

 

Public bug reported:

Hello,

I've a bug with a RML report for module account_followup with OpenERP
v7.

The text of my report is in one block without any break lines.
But, my letter template has break lines.

How to reproduce this bug:
1) Create a customer with an accounting
2) Generate followup letters (Menu "Payement Follow-Up" => "Sen Letters and Emails")

To fix this bug, I have to change the tag
"<para style="terp_default_9_followup_id">[[ format(get_text(o,data['form']['followup_id'])) ]]</para>"
by
"<pre style="terp_default_9_followup_id">[[ format(get_text(o,data['form']['followup_id'])) ]]</pre>"

The problem with the tag <pre> is that it don't care about sheet size.

The report "Overdue payments" split and create a paragraph for each
line.

Thank you in advance for your reply.

Sylvain Van Hoof

** Affects: openobject-addons
     Importance: Undecided
         Status: New

** Attachment added: "Screen Shot"
   https://bugs.launchpad.net/bugs/1282177/+attachment/3987006/+files/bug_1.png

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1282177

Title:
  [7.0] RML report in one block for module account_followup

Status in OpenERP Addons (modules):
  New

Bug description:
  Hello,

  I've a bug with a RML report for module account_followup with OpenERP
  v7.

  The text of my report is in one block without any break lines.
  But, my letter template has break lines.

  How to reproduce this bug:
  1) Create a customer with an accounting
  2) Generate followup letters (Menu "Payement Follow-Up" => "Sen Letters and Emails")

  To fix this bug, I have to change the tag
  "<para style="terp_default_9_followup_id">[[ format(get_text(o,data['form']['followup_id'])) ]]</para>"
  by
  "<pre style="terp_default_9_followup_id">[[ format(get_text(o,data['form']['followup_id'])) ]]</pre>"

  The problem with the tag <pre> is that it don't care about sheet size.

  The report "Overdue payments" split and create a paragraph for each
  line.

  Thank you in advance for your reply.

  Sylvain Van Hoof

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1282177/+subscriptions


Follow ups

References