488b0655a7fb7f41409d8447f9421e1ed87e76fd
Two small fixes on the direct-order wizard: 1. User reported the Process column from the previous commit didn't appear on the line list. Root cause: module view definitions only reload on -u, not on systemctl restart. The earlier ship bumped the version + ran -u, but the Process column inside the list view required a fresh view load. Re-running -u now resolves it (no code change needed for that field). 2. The "+ Add From Prior SO" and "+ Add From Quotes" buttons were rendering edge-to-edge because their container div used the default Bootstrap flow (margin-right: 0). Swapped the wrapping div class from `mb-2` to `mb-2 d-flex gap-2` so Bootstrap lays the two buttons side-by-side with a consistent 0.5rem gap. fusion_plating_configurator → 19.0.13.3.0 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%