itsulu-blog-publisher/addons/itsulu_blog_publisher
Nicholas Riegel 3281298f5e fix: create Odoo env directly in BDD fixture; fix _generate_template call
- pytest-odoo 2.x provides no 'env' pytest fixture; env only exists as
  self.env in TransactionCase subclasses. Build the env from odoo.registry()
  directly in the odoo_env fixture and rollback after each BDD scenario.
- _generate_template() takes positional args (res_ids, render_fields),
  not keyword args; remove 'fields=' keyword from all call sites.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 02:51:33 -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: create Odoo env directly in BDD fixture; fix _generate_template call 2026-05-30 02:51:33 -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