folder rename
This commit is contained in:
38
fusion_plating/fusion_plating_reports/__manifest__.py
Normal file
38
fusion_plating/fusion_plating_reports/__manifest__.py
Normal file
@@ -0,0 +1,38 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2026 Nexa Systems Inc.
|
||||
# License OPL-1 (Odoo Proprietary License v1.0)
|
||||
{
|
||||
'name': 'Fusion Plating — Reports',
|
||||
'version': '19.0.1.0.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'PDF reports for all Fusion Plating models: CoC, NCR, CAPA, bath logs, calibration, and more.',
|
||||
'depends': [
|
||||
'mrp',
|
||||
'fusion_plating',
|
||||
'fusion_plating_quality',
|
||||
'fusion_plating_compliance',
|
||||
'fusion_plating_safety',
|
||||
'fusion_plating_portal',
|
||||
],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'report/report_base_styles.xml',
|
||||
'report/report_actions.xml',
|
||||
'report/report_coc.xml',
|
||||
'report/report_ncr.xml',
|
||||
'report/report_capa.xml',
|
||||
'report/report_bath_chemistry_log.xml',
|
||||
'report/report_calibration_cert.xml',
|
||||
'report/report_fair.xml',
|
||||
'report/report_audit.xml',
|
||||
'report/report_incident.xml',
|
||||
'report/report_spill.xml',
|
||||
'report/report_waste_manifest.xml',
|
||||
'report/report_discharge_sample.xml',
|
||||
'report/report_wo_margin.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
'auto_install': False,
|
||||
'license': 'OPL-1',
|
||||
}
|
||||
Reference in New Issue
Block a user