Files
Odoo-Modules/fusion_plating/fusion_plating_sensors/__manifest__.py
2026-04-16 20:53:53 -04:00

53 lines
1.7 KiB
Python

# -*- coding: utf-8 -*-
# Copyright 2026 Nexa Systems Inc.
# License OPL-1 (Odoo Proprietary License v1.0)
{
'name': 'Fusion Plating — Sensors',
'version': '19.0.1.0.0',
'category': 'Manufacturing/Plating',
'summary': 'Tank and process sensor tracking with IoT API, dashboards, and alerts.',
'description': """
Fusion Plating — Sensors
========================
Chemistry and environmental sensor tracking for electroless nickel plating
and metal finishing operations. Replaces Steelhead Software sensor module.
* Sensor type definitions (pH, %, g/L, PPM, conductivity, etc.)
* Individual sensors linked to tanks, work centres, and facilities
* Timestamped measurements (manual entry + IoT API)
* Sensor dashboards with alert thresholds
* Quick-measure wizard for operators
* JSON-RPC endpoint for automated data collection
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',
],
'data': [
'security/fp_sensor_security.xml',
'security/ir.model.access.csv',
'data/fp_sensor_sequence_data.xml',
'views/fp_sensor_type_views.xml',
'views/fp_sensor_views.xml',
'views/fp_sensor_measurement_views.xml',
'views/fp_sensor_dashboard_views.xml',
'views/fp_sensor_measure_wizard_views.xml',
'views/fp_sensor_menu.xml',
],
'installable': True,
'application': False,
'auto_install': False,
}