changes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
'name': 'Fusion Plating — Receiving & Inspection',
|
||||
'version': '19.0.3.20.0',
|
||||
'version': '19.0.3.25.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'Parts receiving, inspection, damage logging, and manufacturing gate.',
|
||||
'description': """
|
||||
@@ -46,7 +46,20 @@ Provides:
|
||||
'views/fp_receiving_menu.xml',
|
||||
'views/fusion_shipment_inherit_views.xml',
|
||||
'wizards/fp_label_manual_wizard_views.xml',
|
||||
'wizards/fp_label_generate_wizard_views.xml',
|
||||
],
|
||||
'assets': {
|
||||
# Theme-aware shipping-quote callout. Registered in BOTH
|
||||
# bundles so the dark-mode compile picks up the @if branch
|
||||
# (see CLAUDE.md "Dark Mode" — no runtime DOM toggle in
|
||||
# Odoo 19).
|
||||
'web.assets_backend': [
|
||||
'fusion_plating_receiving/static/src/scss/fp_shipping_quote.scss',
|
||||
],
|
||||
'web.assets_web_dark': [
|
||||
'fusion_plating_receiving/static/src/scss/fp_shipping_quote.scss',
|
||||
],
|
||||
},
|
||||
'installable': True,
|
||||
'application': False,
|
||||
'auto_install': False,
|
||||
|
||||
Reference in New Issue
Block a user