itsulu-blog-publisher/addons/itsulu_blog_publisher/data
Nicholas Riegel 55ef58f3fb fix: use type='html' not type='qweb' for mail template body_html
type='qweb' is not a valid value in Odoo's data-file RNG schema (allowed:
char/int/float/html/xml/file/base64/ref). It caused a misleading
"Element odoo has extra content: data" validation error that aborted the
entire module upgrade. type='html' with t-out/t-foreach/t-if directives
as real XML children is the correct Odoo 17 pattern; body_html renders
with the qweb engine at send time regardless.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 03:02:59 -04:00
..
ir_cron_data.xml Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
mail_template_data.xml fix: use type='html' not type='qweb' for mail template body_html 2026-05-30 03:02:59 -04:00