Skip to content
Snippets Groups Projects
Commit 28eb23ba0503 authored by Etienne Ferriere's avatar Etienne Ferriere
Browse files

The name of a Redner template is no more modified by a Libreoffice

template upload.
parent c39e55586f69
No related branches found
No related tags found
1 merge request!41The name of a Redner template is no more modified by a Libreoffice
This commit is part of merge request !41. Comments created here will be created in the context of that merge request.
......@@ -2,6 +2,14 @@
Changelog
=========
13.0.3.5.0
-----------
(port from 11.0.2.10.0)
* The name of a Redner template is no more modified by a Libreoffice template
upload.
13.0.3.4.0
----------
......
......@@ -21,7 +21,7 @@
{
"name": "Redner",
"license": "AGPL-3",
"version": "13.0.3.4.0",
"version": "13.0.3.5.0",
"category": "Reporting",
"author": "XCG Consulting",
"website": "https://odoo.consulting/",
......
......@@ -6,11 +6,11 @@
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-26 11:18+0000\n"
"PO-Revision-Date: 2023-01-26 12:29+0100\n"
"POT-Creation-Date: 2023-04-20 18:55+0000\n"
"PO-Revision-Date: 2023-04-20 20:56+0200\n"
"Last-Translator: Houzéfa Abbasbhay <houzefa.abba@xcg-consulting.fr>\n"
"Language-Team: XCG Consulting\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
......@@ -11,11 +11,11 @@
"Last-Translator: Houzéfa Abbasbhay <houzefa.abba@xcg-consulting.fr>\n"
"Language-Team: XCG Consulting\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 2.0.6\n"
"Plural-Forms: \n"
"X-Generator: Poedit 3.0.1\n"
#. module: redner
#: code:addons/redner/models/redner_template.py:0
......@@ -138,7 +138,6 @@
#. module: redner
#: model:ir.model.fields.selection,name:redner.selection__redner_template__language__text/html|mustache
#| msgid "mustache"
msgid "HTML + mustache"
msgstr "HTML + mustache"
......@@ -232,9 +231,14 @@
msgstr "Modèle LibreOffice"
#. module: redner
#: model:ir.model.fields,field_description:redner.field_redner_template__template_name
msgid "Libreoffice Template Name"
msgstr "Nom du modèle LibreOffice"
#. module: redner
#: model:ir.model.fields,field_description:redner.field_redner_template__locale_id
msgid "Locale"
msgstr "Localisation"
#. module: redner
#: model:ir.model.fields.selection,name:redner.selection__redner_template__language__text/mjml|mustache
......@@ -235,10 +239,9 @@
#: model:ir.model.fields,field_description:redner.field_redner_template__locale_id
msgid "Locale"
msgstr "Localisation"
#. module: redner
#: model:ir.model.fields.selection,name:redner.selection__redner_template__language__text/mjml|mustache
#| msgid "mustache"
msgid "MJML + mustache"
msgstr "MJML + mustache"
......
......@@ -91,6 +91,8 @@
template_data = fields.Binary("Libreoffice Template")
template_name = fields.Char(string="Libreoffice Template Name")
_redner = None
@property
......
......@@ -77,6 +77,6 @@
<group>
<field
name="template_data"
filename="name"
filename="template_name"
nolabel="1"
/>
......@@ -81,5 +81,6 @@
nolabel="1"
/>
<field name="template_name" invisible="1" />
</group>
</page>
<page string="Settings">
......
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