fusion_claims: shorten handoff_to_client label to 'Handed Off' (v19.0.8.0.5)

The long label 'Handed Off (Client/Authorizer Submitting)' was squeezing
the MOD statusbar on the sale order form — the parenthetical pushed half
the states off-screen behind a '...' overflow indicator. Context about
WHO is handling the submission is already captured in x_fc_mod_submitted_by
and visible in the MOD Documents tab, so the statusbar label does not need
to repeat it.

Deployed to odoo-westin and odoo-mobility, re-ran -u fusion_claims on
both so the ir_model_fields_selection.name row was resynced.
This commit is contained in:
gsinghpal
2026-04-09 08:09:36 -04:00
parent b6d101c9a2
commit 5d89e04f82
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
{ {
'name': 'Fusion Claims', 'name': 'Fusion Claims',
'version': '19.0.8.0.4', 'version': '19.0.8.0.5',
'category': 'Sales', 'category': 'Sales',
'summary': 'Complete ADP Claims Management with Dashboard, Sales Integration, Billing Automation, and Two-Stage Verification.', 'summary': 'Complete ADP Claims Management with Dashboard, Sales Integration, Billing Automation, and Two-Stage Verification.',
'description': """ 'description': """

View File

@@ -426,7 +426,7 @@ class SaleOrder(models.Model):
('assessment_completed', 'Assessment Done'), ('assessment_completed', 'Assessment Done'),
('processing_drawings', 'Processing Drawing'), ('processing_drawings', 'Processing Drawing'),
('quote_submitted', 'Quote Sent'), ('quote_submitted', 'Quote Sent'),
('handoff_to_client', 'Handed Off (Client/Authorizer Submitting)'), ('handoff_to_client', 'Handed Off'),
('awaiting_funding', 'Awaiting Funding'), ('awaiting_funding', 'Awaiting Funding'),
('funding_approved', 'Approved'), ('funding_approved', 'Approved'),
('funding_denied', 'Denied'), ('funding_denied', 'Denied'),