itsulu-blog-publisher/addons/itsulu_blog_publisher/views
Nicholas Riegel ec1a267ead test: RED phase — first test passing for blog.topic model
Setup:
- K8s test job with init container auto-installing itsulu_blog_publisher
- Dockerfile simplified: symlink addon to /var/lib/odoo/addons, no conftest needed
- Postgres init container creates fresh test DB for each job

Fixes:
- Disabled website_blog_publisher_templates.xml (RELAXNG validation issue in Odoo 17)
  Template elements need schema rework; deferred to Phase 2.5
- Fixed XML entity escaping in retained template code (&& → &&)

Test Result:
 TestBlogTopicQueueManagement::test_topic_is_created_with_pending_state PASSED
   Model itsulu.blog.topic registers correctly
   Default state='pending' works as expected

Next:
- Run all 7 blog_topic tests to ensure complete coverage
- GREEN phase: implement remaining model methods/fields
- REFACTOR: pre-commit check

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-29 22:50:10 -04:00
..
blog_generation_log_views.xml fix: manifest, XML views, and GitLab CI pipeline 2026-05-29 22:01:31 -04:00
blog_post_social_views.xml Implement wizard and complete UI views for Blog Publisher addon 2026-05-29 12:35:49 -04:00
blog_schedule_views.xml docs: add Kubernetes test infrastructure documentation 2026-05-29 18:13:32 -04:00
blog_topic_views.xml docs: add Kubernetes test infrastructure documentation 2026-05-29 18:13:32 -04:00
generate_now_wizard_views.xml Implement wizard and complete UI views for Blog Publisher addon 2026-05-29 12:35:49 -04:00
menu_views.xml Implement wizard and complete UI views for Blog Publisher addon 2026-05-29 12:35:49 -04:00
res_config_settings_views.xml Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
website_blog_publisher_templates.xml test: RED phase — first test passing for blog.topic model 2026-05-29 22:50:10 -04:00