changes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
'name': 'Fusion Plating — Quality (QMS)',
|
||||
'version': '19.0.3.0.0',
|
||||
'version': '19.0.4.7.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'Native QMS for plating shops: NCR, CAPA, calibration, AVL, FAIR, '
|
||||
'internal audits, customer specs, document control. CE + EE compatible.',
|
||||
@@ -69,6 +69,10 @@ Copyright (c) 2026 Nexa Systems Inc. All rights reserved.
|
||||
'fusion_plating_configurator',
|
||||
'fusion_plating_certificates', # fp.thickness.reading link from QC
|
||||
'fusion_plating_shopfloor', # _fp_shopfloor_tokens.scss for QC tablet
|
||||
'fusion_plating_receiving', # rma_id on fp.receiving (Sub 12 Phase A)
|
||||
# NB: deliberately NOT depending on fusion_plating_jobs — it depends
|
||||
# on us already (extends fusion.plating.quality.hold). Many2one('fp.job')
|
||||
# on fp.rma is resolved by the registry once jobs loads after us.
|
||||
'mail',
|
||||
],
|
||||
'data': [
|
||||
@@ -76,6 +80,8 @@ Copyright (c) 2026 Nexa Systems Inc. All rights reserved.
|
||||
'security/ir.model.access.csv',
|
||||
'data/fp_sequence_data.xml',
|
||||
'data/fp_quality_hold_sequence_data.xml',
|
||||
'data/fp_rma_sequence.xml',
|
||||
'data/fp_quality_categorisation_data.xml',
|
||||
'data/fp_qc_data.xml',
|
||||
'views/fp_qc_template_views.xml',
|
||||
'views/fp_quality_hold_views.xml',
|
||||
@@ -93,6 +99,11 @@ Copyright (c) 2026 Nexa Systems Inc. All rights reserved.
|
||||
'views/fp_contract_review_views.xml',
|
||||
'views/fp_part_catalog_views.xml',
|
||||
'views/fp_quality_check_views.xml',
|
||||
'views/fp_rma_views.xml',
|
||||
'views/fp_quality_categorisation_views.xml',
|
||||
'views/fp_quality_point_views.xml',
|
||||
'views/fp_quality_smart_button_views.xml',
|
||||
'views/fp_quality_dashboard_views.xml',
|
||||
'reports/fp_contract_review_report.xml',
|
||||
'reports/fp_contract_review_template.xml',
|
||||
'views/fp_menu.xml',
|
||||
@@ -107,6 +118,10 @@ Copyright (c) 2026 Nexa Systems Inc. All rights reserved.
|
||||
'fusion_plating_quality/static/src/scss/fp_qc_checklist.scss',
|
||||
'fusion_plating_quality/static/src/xml/fp_qc_checklist.xml',
|
||||
'fusion_plating_quality/static/src/js/fp_qc_checklist.js',
|
||||
# Sub 12 Phase D — Unified Quality Dashboard.
|
||||
'fusion_plating_quality/static/src/scss/fp_quality_dashboard.scss',
|
||||
'fusion_plating_quality/static/src/xml/fp_quality_dashboard.xml',
|
||||
'fusion_plating_quality/static/src/js/fp_quality_dashboard.js',
|
||||
],
|
||||
},
|
||||
'installable': True,
|
||||
|
||||
Reference in New Issue
Block a user