Files
Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/__manifest__.py
gsinghpal 8c76a16366 chore(plating): de-dash shipped code + intake-neutral customer emails
Replace em-dashes and en-dashes with hyphens across 789 shipped source
files (py/xml/js/scss) so the delivered module reads as human-written;
em-dashes had become a recognizable AI-generated tell. Internal .md dev
notes are excluded. The WO-sticker mojibake strippers keep their dash
search targets (now written — / –). No logic changes: comments
and display strings only; validated with py_compile + lxml parse.

Rewrite the 7 customer notification emails to be intake-neutral
(ship-in / drop-off / pickup) and repair-aware, and fix the Shipped
email documents line (packing slip vs bill of lading; certificate only
when issued). Subjects use a hyphen separator.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-05 00:16:19 -04:00

57 lines
1.9 KiB
Python

# -*- coding: utf-8 -*-
# Copyright 2026 Nexa Systems Inc.
# License OPL-1 (Odoo Proprietary License v1.0)
{
'name': 'Fusion Plating - Maintenance Bridge',
'version': '19.0.1.2.2',
'category': 'Manufacturing/Plating',
'summary': 'Bridge standard Odoo Maintenance with Fusion Plating equipment, '
'plans, checklists, and sensor integration.',
'description': """
Fusion Plating - Maintenance Bridge
====================================
Extends Odoo's standard Maintenance module for electroless nickel plating
and metal finishing operations. Replaces Steelhead Software CMMS.
* Maintenance plans (templates linked to equipment categories)
* Checklist nodes (individual items within a plan)
* Labour cost tracking on maintenance events
* "From last maintenance" recurrence mode
* Equipment linked to Fusion Plating tanks and facilities
* Optional sensor measurement bridge (soft dependency)
Part of the Fusion Plating product family by Nexa Systems Inc.
Copyright (c) 2026 Nexa Systems Inc. All rights reserved.
""",
'author': 'Nexa Systems Inc.',
'website': 'https://www.nexasystems.ca',
'maintainer': 'Nexa Systems Inc.',
'support': 'support@nexasystems.ca',
'license': 'OPL-1',
'price': 0.00,
'currency': 'CAD',
'depends': [
'fusion_plating',
'maintenance',
],
'data': [
'security/fp_maintenance_security.xml',
'security/ir.model.access.csv',
'data/fp_maintenance_stage_data.xml',
'data/fp_maintenance_sequence_data.xml',
'data/fp_equipment_category_data.xml',
'views/fp_maintenance_plan_views.xml',
'views/fp_maintenance_node_views.xml',
'views/maintenance_request_views.xml',
'views/maintenance_equipment_views.xml',
'views/fp_maintenance_dashboard_views.xml',
'views/fp_maintenance_menu.xml',
],
'installable': True,
'application': False,
'auto_install': False,
}