itsulu-blog-publisher/addons
Nicholas Riegel b4d5502d9f fix: use request.getfixturevalue for odoo_env and list API for generate_email
- odoo_env fixture: use request.getfixturevalue('env') instead of
  direct env parameter injection — pytest-bdd cannot inject pytest-odoo
  fixtures by name into conftest fixtures; getfixturevalue() bypasses
  this limitation
- generate_email: use list-based API generate_email([res_id]) returning
  {res_id: {field: value}} — Odoo 17 does not accept a bare int

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 02:43:27 -04:00
..
itsulu_blog_publisher fix: use request.getfixturevalue for odoo_env and list API for generate_email 2026-05-30 02:43:27 -04:00