itsulu-blog-publisher/addons/itsulu_blog_publisher/models
Nicholas Riegel 8f15037c2c port(14.0): env.flush_all() -> env['base'].flush() (Odoo 14 flush API)
Odoo 14 Environment has no flush_all() (added in Odoo 15+). Use the
Odoo 14 global flush via a recordset .flush(). This was raising
AttributeError mid-generation, failing ~10 tests + their downstream
"no blog.post created" assertions.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 11:48:11 -04:00
..
__init__.py feat: add blog.post inverse relationship and simplify email template 2026-05-29 23:34:17 -04:00
blog_generation_log.py release: v0.4.8 — CI pipeline green + Odoo 17 fixes (squash of !1) 2026-05-30 10:58:57 -04:00
blog_post.py feat: add blog.post inverse relationship and simplify email template 2026-05-29 23:34:17 -04:00
blog_post_social.py Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
blog_schedule.py port(14.0): env.flush_all() -> env['base'].flush() (Odoo 14 flush API) 2026-05-30 11:48:11 -04:00
blog_topic.py Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00
res_config_settings.py Reorganize codebase into Odoo addon structure per ARCHITECTURE.md 2026-05-29 12:11:42 -04:00