Skip to content
Snippets Groups Projects
Commit c49e9c2e2e6b authored by Florent Aide's avatar Florent Aide
Browse files

add typst language to redner odoo

parent d78d402d15c4
No related branches found
No related tags found
1 merge request!83add typst language to redner odoo
......@@ -33,6 +33,7 @@
_redner = None
LANGUAGE_MJML_MUSTACHE = "text/mjml|mustache"
LANGUAGE_TYPST_MUSTACHE = "application/typst|mustache"
LANGUAGE_OPENDOCUMENT_MUSTACHE = "application/vnd.oasis.opendocument.text|od+mustache"
DEFAULT_LANGUAGE = LANGUAGE_MJML_MUSTACHE
COMPUTED_FIELDS = [
......@@ -141,6 +142,7 @@
selection=[
("text/html|mustache", "HTML + mustache"),
(LANGUAGE_MJML_MUSTACHE, "MJML + mustache"),
(LANGUAGE_TYPST_MUSTACHE, "Typst + mustache"),
(
LANGUAGE_OPENDOCUMENT_MUSTACHE,
"OpenDocument + mustache",
......
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