153b980e2b873ef6aa4fd6d3973000cc84fb4273
Regression I introduced when adding the WO Detail group: the groups.insert(2, wo_group) ran BEFORE the SPECIFICATIONS / QUALITY / SHIPPING appends, so groups[2] shifted from 'quality' to 'work_order' mid-helper. Result: the CoC got appended to the work_order group's docs and shipping doc went into quality. Test caught it. Restructured to declare the 5-group list up front in display order and use stable indices throughout (0=from_you, 1=specs, 2=work_order, 3=quality, 4=shipping). Added a code comment warning future editors that reordering means updating every groups[N] reference. Test updated to expect 5 groups, asserting both 'work_order' and 'quality' keys are present + pending state in each. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
55.9%
HTML
26.1%
JavaScript
14.9%
SCSS
1.8%
CSS
0.8%
Other
0.4%