From: Richard Mathot Date: Fri, 23 May 2014 08:03:47 +0000 (+0200) Subject: [FIX] website: convert non-standard HTML metatag to data attribute X-Git-Tag: InsPy_8.0_01~332^2~12^2~5 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=e28c8101232d527c2d3ea2e619013ca70602d957;p=odoo%2Fodoo.git [FIX] website: convert non-standard HTML metatag to data attribute --- diff --git a/addons/report/views/layouts.xml b/addons/report/views/layouts.xml index 76f2e3d..92887cf 100644 --- a/addons/report/views/layouts.xml +++ b/addons/report/views/layouts.xml @@ -9,7 +9,8 @@ t-att-data-main-object="repr(main_object) if editable else None" t-att-data-report-margin-top="data_report_margin_top if data_report_margin_top else None" t-att-data-report-header-spacing="data_report_header_spacing if data_report_header_spacing else None" - t-att-data-report-dpi="data_report_dpi if data_report_dpi else None"> + t-att-data-report-dpi="data_report_dpi if data_report_dpi else None" + t-att-data-oe-company-name="res_company.name"> @@ -19,7 +20,6 @@ - + t-att-data-main-object="repr(main_object) if editable else None" + t-att-data-oe-company-name="res_company.name"> @@ -55,7 +56,6 @@ - -