Merge PR #557 into 17.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2025-08-21 06:55:10 +00:00
22 changed files with 1068 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<t t-call="web.external_layout">
<div class="page">
<h1 t-field="doc.name" />
<div t-raw="doc.content" />
<div t-out="doc.content" />
</div>
</t>
</template>