Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Redner Odoo Module
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Redner Odoo Module
Commits
f0b28cd6
Commit
f0b28cd6
authored
4 years ago
by
oury.balde
Browse files
Options
Downloads
Patches
Plain Diff
Add a new rendering engine application/vnd.oasis.opendocument.text
parent
667c1a4b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/redner_template.py
+5
-1
5 additions, 1 deletion
models/redner_template.py
with
5 additions
and
1 deletion
models/redner_template.py
+
5
−
1
View file @
f0b28cd6
...
...
@@ -104,7 +104,11 @@
redner_id
=
fields
.
Char
(
string
=
"
Redner ID
"
,
readonly
=
True
)
produces
=
fields
.
Selection
(
selection
=
[(
"
text/mjml
"
,
"
MJML
"
),
(
"
text/html
"
,
"
HTML
"
)],
selection
=
[
(
"
text/mjml
"
,
"
MJML
"
),
(
"
text/html
"
,
"
HTML
"
),
(
"
application/vnd.oasis.opendocument.text
"
,
"
Libreoffice
"
),
],
string
=
"
Produces
"
,
default
=
"
text/mjml
"
,
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment