itsulu-blog-publisher/addons/itsulu_blog_publisher
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
..
data fix: use type='html' not type='qweb' for mail template body_html 2026-05-30 03:02:59 -04:00
features Complete BDD feature file organization and add comprehensive step definitions 2026-05-29 12:41:24 -04:00
models fix: resolve 18 test failures across BDD, email, and performance tests 2026-05-30 02:33:48 -04:00
security Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
services Implement LLMRouter and provider infrastructure for GREEN phase tests 2026-05-29 12:27:58 -04:00
static/src/css docs: add Kubernetes test infrastructure documentation 2026-05-29 18:13:32 -04:00
tests fix: migrate email template to Odoo 17 syntax; fix BDD LLM mock JSON 2026-05-30 02:57:10 -04:00
views test: RED phase — first test passing for blog.topic model 2026-05-29 22:50:10 -04:00
wizards Implement wizard and complete UI views for Blog Publisher addon 2026-05-29 12:35:49 -04:00
__init__.py Implement wizard and complete UI views for Blog Publisher addon 2026-05-29 12:35:49 -04:00
__manifest__.py test: RED phase — first test passing for blog.topic model 2026-05-29 22:50:10 -04:00