Skip to content
Snippets Groups Projects
Commit f0b28cd6 authored by oury.balde's avatar oury.balde
Browse files

Add a new rendering engine application/vnd.oasis.opendocument.text

parent 667c1a4b
No related branches found
No related tags found
No related merge requests found
......@@ -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",
)
......
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