- 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>
|
||
|---|---|---|
| .. | ||
| data | ||
| features | ||
| models | ||
| security | ||
| services | ||
| static/src/css | ||
| tests | ||
| views | ||
| wizards | ||
| __init__.py | ||
| __manifest__.py | ||