Skip to content
Snippets Groups Projects
Commit 61c87611 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] web: do not translate technical content

Avoid messing up with style by translating it
parent 457092f2
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@
</template>
<template id="styles_company_report">
<t t-foreach="company_ids" t-as="company">
<t t-foreach="company_ids" t-as="company" t-translation="off">
<t t-set="font" t-value="company.font or 'Lato'" />
<t t-set="primary" t-value="company.primary_color or 'black'" />
<t t-set="secondary" t-value="company.secondary_color or 'black'" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment