# -*- coding: utf-8 -*- # Copyright 2026 Nexa Systems Inc. # License OPL-1 (Odoo Proprietary License v1.0) # Part of the Fusion Plating product family. { "name": "Fusion Plating — MRP Bridge", 'version': '19.0.13.0.3', 'category': 'Manufacturing/Plating', 'summary': 'Bridge Fusion Plating facilities, baths and tanks to Odoo MRP work orders.', 'description': """ Fusion Plating — MRP Bridge ============================ Part of the Fusion Plating product family by Nexa Systems Inc. Links Fusion Plating infrastructure (facilities, work centres, baths, tanks) to Odoo's native MRP manufacturing orders and work orders so shops can: * Assign a plating facility and FP work centre to an MRP work centre. * Tag each work order with the specific bath, tank, rack/fixture, target thickness, and dwell time for traceability. * Attach a customer specification and facility to a manufacturing order. * Create an MRP work centre directly from a Fusion Plating work centre. * Link a portal job to a manufacturing order for customer visibility. 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', 'fusion_plating_portal', 'fusion_plating_quality', 'fusion_plating_logistics', 'fusion_plating_batch', 'fusion_plating_shopfloor', 'fusion_plating_configurator', 'fusion_plating_certificates', 'fusion_plating_receiving', 'hr', # hr_attendance gives us the standard hr.attendance model # (check_in / check_out). fusion_clock builds on the same model # so this works whether the shop runs vanilla attendance or the # full Fusion Clock T&A. Bringing the dep into the bridge keeps # the Manager Desk's "show only clocked-in workers" filter # working out of the box. 'hr_attendance', # mrp / mrp_workorder / mrp_account / sale_mrp deps dropped post- # Sub 11. This module is itself uninstalled; the manifest is kept # on disk for archaeology only. Listing those deps here would let # Odoo silently re-pull them on any addons rescan. 'account', ], 'data': [ 'security/ir.model.access.csv', # Phase 1 (Sub 11) — fp_work_role_data + fp_qc_data relocated # to fusion_plating_jobs. 'data/fp_cron_data.xml', 'wizard/fp_recipe_config_wizard_views.xml', 'views/mrp_workcenter_views.xml', 'views/mrp_workorder_views.xml', # Phase 1 (Sub 11) — relocated to fusion_plating_jobs / fusion_plating_quality. # 'views/fp_qc_template_views.xml', # 'views/fp_quality_check_views.xml', # 'views/fp_job_consumption_views.xml', # 'views/fp_work_role_views.xml', 'views/mrp_production_views.xml', 'views/sale_order_views.xml', 'views/fp_quality_hold_views.xml', 'views/fp_batch_views.xml', # Phase 3 (Sub 11) — replaced by native fp.job.step priority kanban # in fusion_plating_jobs/views/fp_step_priority_views.xml. # 'views/fp_workorder_priority_views.xml', # Phase 4 (Sub 11) — relocated to fusion_plating_quality. # 'views/res_partner_views.xml', 'views/fp_serial_views.xml', ], 'assets': { # Phase 2 (Sub 11) — QC tablet OWL relocated to fusion_plating_quality. }, 'installable': True, 'application': False, 'auto_install': False, }