c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #05727
[Bug 483102] Re: Report Engine : Continuous spaces are replaced by one space and '\n' disrespected.
** Changed in: openobject-server
Importance: Undecided => Wishlist
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
Report Engine : Continuous spaces are replaced by one space and '\n' disrespected.
https://bugs.launchpad.net/bugs/483102
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: Confirmed
Bug description:
Try to use space for separator in number in report.
When put in menu->administration->translate->terms->language-> french-> thousands separator a comma, it appears on report in type float.
When put space in place of comma, nothing appears on report.
sample :
with comma : 10,000.00
with space : 10000.00 in place of 10 000.00.