[MIG] document_page_reference: Migration to 18.0

[FIX]document_page_reference :log warning updated

[FIX]document_page_reference: null value issue fixed
This commit is contained in:
Anusha
2025-06-13 18:13:44 +02:00
parent f60acf8308
commit 7307e198ba
7 changed files with 120 additions and 179 deletions

View File

@@ -8,7 +8,7 @@
<attribute name="t-if">1==0</attribute>
</xpath>
<xpath expr="//div[@t-raw='doc.content']" position="after">
<div t-raw="doc.get_raw_content()" />
<t t-out="doc.get_raw_content()" />
</xpath>
</template>
</odoo>