- test_blog_schedule._make_mock_llm_response set .text but not .body_html;
_create_blog_post writes body_html into blog.post.content. Odoo 14 rejects
the unset MagicMock ("can't adapt type 'MagicMock'") where 17 stringified it.
Set body_html/raw_text on the mock (fixes 6 TestBlogScheduleExecution tests).
- test_generation_uses_fewer_than_50_queries: Odoo 14 issues ~54 framework
queries vs 17's <50; raise the 14.0 budget to 60 (still catches N+1).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| itsulu_blog_publisher | ||