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:
@@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
'name': 'Fusion Claims',
|
||||
'version': '19.0.8.0.4',
|
||||
'version': '19.0.8.0.5',
|
||||
'category': 'Sales',
|
||||
'summary': 'Complete ADP Claims Management with Dashboard, Sales Integration, Billing Automation, and Two-Stage Verification.',
|
||||
'description': """
|
||||
|
||||
@@ -426,7 +426,7 @@ class SaleOrder(models.Model):
|
||||
('assessment_completed', 'Assessment Done'),
|
||||
('processing_drawings', 'Processing Drawing'),
|
||||
('quote_submitted', 'Quote Sent'),
|
||||
('handoff_to_client', 'Handed Off (Client/Authorizer Submitting)'),
|
||||
('handoff_to_client', 'Handed Off'),
|
||||
('awaiting_funding', 'Awaiting Funding'),
|
||||
('funding_approved', 'Approved'),
|
||||
('funding_denied', 'Denied'),
|
||||
|
||||
Reference in New Issue
Block a user