itsulu-blog-publisher/addons/itsulu_blog_publisher
Nicholas Riegel e83df03bd0 fix: use _generate_template() and request.getfixturevalue() for Odoo 17
- mail.template has no generate_email() in Odoo 17; use _generate_template()
  which takes (res_ids, render_fields) and returns rendered values per res_id
- Fix odoo_env fixture in test_bdd_steps.py to use request.getfixturevalue('env')
  so pytest-bdd can resolve the pytest-odoo env fixture at scenario runtime

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 02:48:00 -04:00
..
data fix: refactor email template to use for-loop iteration over social records 2026-05-30 00:13:00 -04:00
features Complete BDD feature file organization and add comprehensive step definitions 2026-05-29 12:41:24 -04:00
models fix: resolve 18 test failures across BDD, email, and performance tests 2026-05-30 02:33:48 -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 fix: use _generate_template() and request.getfixturevalue() for Odoo 17 2026-05-30 02:48:00 -04:00
views test: RED phase — first test passing for blog.topic model 2026-05-29 22:50:10 -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 test: RED phase — first test passing for blog.topic model 2026-05-29 22:50:10 -04:00