← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 865497] Re: CR in invoice_line_note

 

FYI
select length(replace(note,'\n','')),length(note) from account_invoice_line where note like '%\n%' and length(replace(note,'\n',''))=0;

gives

 length | length 
--------+--------
      0 |      4
      0 |     22
      0 |      3
      0 |      8
      0 |      3
      0 |     24
      0 |      1
      0 |      8
      0 |      2
      0 |     12
      0 |      6
      0 |      3
      0 |     17
      0 |      6

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/865497

Title:
  CR in invoice_line_note

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  6.0 hr_timesheet_invoice creates empty lines with CR in note if 
  none of the boxes in 
  "Do you want to show details of work in invoice"
  is checked.

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


References