odoo/addons/report
Denis Ledoux 0167acbb52 [FIX] report : translation of report using website editor
In the website editor, the translations are loaded using
the route 'get_view_translations', which returns the translations
of the templates loaded by the website (t-call calls)

The thing is, report templates use the 'translate_doc' method
to actually load the report, translated in the partner language,
and the templates loaded by this method are not seen by the website,
therefore, when calling 'get_view_translations', those report
templates were just ignored, thus their translations are not loaded.

This rev. injects the templates loaded with translate_doc
when rendering the report into the method 'customize_template_get'
(which is used by 'get_view_translations' to retrieve the loaded templates).

The translations of the reports are therefore now loaded corretly when
hitting the "translate" button in the website editor for reports.

Besides, this rev. has as (good) side-effect to add the template,
in the template selection input when editing using the HTML editor.

opw-620713
2015-02-18 16:21:42 +01:00
..
controllers [FIX] report barcode cast humanreadable 2014-12-23 00:10:57 +01:00
data [FIX] address div more to the left on external reports 2014-05-21 11:57:45 +02:00
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-02-18 11:51:07 +01:00
models [FIX] report : translation of report using website editor 2015-02-18 16:21:42 +01:00
security [FIX] renamed ir.actions.report.paperformat model to report.paperformat, renamed html_skeleton to html_container in report layouts and renamed paperformat.py file to report_paperformat.py 2014-02-18 16:53:47 +01:00
static/src [FIX] report: reload record after report printed 2015-01-16 14:55:17 +01:00
tests [FIX] report explicitly import tests 2014-04-22 14:21:55 +02:00
views [REF] no more hardcoded html in report.py 2014-06-29 15:54:18 +02:00
__init__.py [IMP] report form view move inherited view, restore and refactor test case (kept commented atm) from non merged branch qweb-report 2014-03-07 01:06:20 +01:00
__openerp__.py [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00