fix(configurator): widen direct-order wizard modal so line columns breathe
User complaint: the direct-order wizard's line table was crammed — "Primary Treatment" showed as "Primary T..." and "Serial Number" as "Serial Nu..." at the default Odoo modal width (~992px). Added a dedicated stylesheet that targets the wizard via a new o_fp_direct_order_wizard class on the form element. The modal dialog containing the wizard now opens at min(1600px, 95vw) — wide enough for the 10+ columns (Part, Primary Treatment, Process, Thickness, Serial Number, Qty, Unit Price, Subtotal, Part Deadline, WO Group) to fit without truncation on typical desktop displays, while still adapting to narrower screens. Also nudged per-cell horizontal padding from Bootstrap's default to 10px left/right so the columns have a bit more breathing room inside the wider table. fusion_plating_configurator → 19.0.13.4.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
'name': 'Fusion Plating — Configurator',
|
||||
'version': '19.0.13.3.0',
|
||||
'version': '19.0.13.4.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'Quotation configurator with part catalog, coating configs, and formula-based pricing engine.',
|
||||
'description': """
|
||||
@@ -70,6 +70,8 @@ Provides:
|
||||
'fusion_plating_configurator/static/src/scss/fp_part_process_composer.scss',
|
||||
'fusion_plating_configurator/static/src/xml/fp_part_process_composer.xml',
|
||||
'fusion_plating_configurator/static/src/js/fp_part_process_composer.js',
|
||||
# Direct-order wizard — widen the modal so 10+ line columns fit
|
||||
'fusion_plating_configurator/static/src/scss/fp_direct_order_wizard.scss',
|
||||
],
|
||||
},
|
||||
'installable': True,
|
||||
|
||||
Reference in New Issue
Block a user