622f133f053a45a6609f99c569b4502eb1b98db5
Capture in the plan the Odoo 19 gotchas discovered during execution that the original plan template missed: - Test command requires --http-port=0 --gevent-port=0 (running container holds 8069). - Declarative models.Constraint / models.Index (T2). - res.users.groups_id renamed to group_ids (T3, T6). - ir.rule groups is additive not restrictive (T3). - mail.template inline-template ctx IS env.context (T11). - ir.cron has no numbercall field in 19 (T12). - registry.cursor() in tests is TestCursor; cr.commit() raises; use savepoints (T13). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
56.9%
HTML
24.9%
JavaScript
14.7%
SCSS
2.2%
CSS
0.8%
Other
0.4%