c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #29715
[Bug 819334] [NEW] Bad format of exported report translation
Public bug reported:
server revno 3468
addons revno 4739
Steps:
- Install 'report_webkit_sample'
- Install Italian language
- Export it.po for 'report_webkit_sample' module by Administration menu
You'll see lines like these
#. module: report_webkit_sample
#: report:addons/report_webkit_sample/report/report_webkit_html.mako:35
msgid "Supplier Invoice"
msgstr "Supplier Invoice"
while they should be as follows
#. module: report_webkit_sample
#: report:report.webkitaccount.invoice:35
msgid "Supplier Invoice"
msgstr "Fattura Fornitore"
Due to the line
#: report:addons/report_webkit_sample/report/report_webkit_html.mako:35
translation couldn't correctly imported.
So, if you make your own custom report, you have to manually edit those
lines in order to import terms correctly
** Affects: openobject-server
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/819334
Title:
Bad format of exported report translation
Status in OpenERP Server:
New
Bug description:
server revno 3468
addons revno 4739
Steps:
- Install 'report_webkit_sample'
- Install Italian language
- Export it.po for 'report_webkit_sample' module by Administration menu
You'll see lines like these
#. module: report_webkit_sample
#: report:addons/report_webkit_sample/report/report_webkit_html.mako:35
msgid "Supplier Invoice"
msgstr "Supplier Invoice"
while they should be as follows
#. module: report_webkit_sample
#: report:report.webkitaccount.invoice:35
msgid "Supplier Invoice"
msgstr "Fattura Fornitore"
Due to the line
#: report:addons/report_webkit_sample/report/report_webkit_html.mako:35
translation couldn't correctly imported.
So, if you make your own custom report, you have to manually edit
those lines in order to import terms correctly
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/819334/+subscriptions
Follow ups
References