itsulu-blog-publisher/addons/itsulu_blog_publisher
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
..
data port(14.0): mail template -> Jinja2, view attrs -> Odoo 14 domains 2026-05-30 11:31:11 -04:00
features release: v0.4.8 — CI pipeline green + Odoo 17 fixes (squash of !1) 2026-05-30 10:58:57 -04:00
models port(14.0): env.flush_all() -> env['base'].flush() (Odoo 14 flush API) 2026-05-30 11:48:11 -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 port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env 2026-05-30 11:44:24 -04:00
views port(14.0): fix web_ribbon view attr + convert tests to setUp/self.env 2026-05-30 11:44:24 -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 release: v0.5.0 — establish Odoo 14.0 branch (ITSulu production target) 2026-05-30 11:17:49 -04:00