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
Merge requests
!83
add typst language to redner odoo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add typst language to redner odoo
topic/18.0/typstSupport
into
branch/18.0
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Florent Aide
requested to merge
topic/18.0/typstSupport
into
branch/18.0
1 month ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
as title says... will only work with latest rednerd in "recette" (as of 2025-02-20)
0
0
Merge request reports
Compare
branch/18.0
branch/18.0 (base)
and
latest version
latest version
c49e9c2e
1 commit,
1 month ago
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
models/redner_template.py
+
2
−
0
Options
@@ -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
"
,
Loading