Files
Odoo-Modules/fusion_claims/views
gsinghpal b6d101c9a2 fusion_claims: fix handoff_to_client Selection ordering (v19.0.8.0.4)
In v19.0.8.0.3 the new handoff_to_client MOD state was inserted between
project_complete and pod_submitted in the Selection list, so it rendered
near the bottom of status dropdowns even though it happens very early in
the workflow. Also forgot to add it to _expand_mod_statuses, so it would
not appear as a kanban column without holding records.

Fixes:
- Move handoff_to_client in the Selection tuple to position 6 (right after
  quote_submitted, right before awaiting_funding) — parallel to
  quote_submitted as the alternative entry into awaiting_funding
- Add handoff_to_client to the main list in _expand_mod_statuses so it
  always appears as a kanban column
- Add handoff_to_client AND awaiting_funding to statusbar_visible on the
  sale_order form view (awaiting_funding was also missing before)

Deployed to odoo-westin (westin-v19) and odoo-mobility (mobility).
Re-ran -u fusion_claims on both so Odoo resynced the Selection
sequence column. Verified: both databases now show sequence 0..15 with
handoff_to_client at sequence 5, identical between servers.
2026-04-09 08:02:39 -04:00
..
2026-02-22 01:22:18 -05:00
2026-03-16 08:14:56 -04:00
2026-03-16 08:14:56 -04:00
2026-02-22 01:22:18 -05:00
2026-02-22 01:22:18 -05:00
2026-02-22 01:22:18 -05:00
2026-03-09 15:21:22 -04:00
2026-02-23 00:32:20 -05:00
2026-03-14 12:04:20 -04:00
2026-02-22 01:22:18 -05:00
2026-03-13 12:38:28 -04:00
2026-02-22 01:22:18 -05:00
2026-03-11 12:15:53 -04:00