changes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# License OPL-1 (Odoo Proprietary License v1.0)
|
||||
{
|
||||
'name': 'Fusion Plating — Reports',
|
||||
'version': '19.0.8.0.0',
|
||||
'version': '19.0.9.1.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'PDF reports for Fusion Plating: quote, SO, WO, packing, BoL, CoC, invoice, receipt, quality + compliance.',
|
||||
'depends': [
|
||||
@@ -11,14 +11,19 @@
|
||||
'sale_pdf_quote_builder',
|
||||
'account',
|
||||
'stock',
|
||||
'mrp',
|
||||
# 'mrp' dep dropped post-Sub 11 (MRP cutout). Plating uses fp.job
|
||||
# exclusively now. Re-introducing this dep silently pulls mrp +
|
||||
# cascade back to `installed` on any -u base rescan.
|
||||
'fusion_plating',
|
||||
'fusion_plating_quality',
|
||||
'fusion_plating_compliance',
|
||||
'fusion_plating_safety',
|
||||
'fusion_plating_portal',
|
||||
'fusion_plating_configurator',
|
||||
'fusion_plating_jobs',
|
||||
# NB: fusion_plating_jobs intentionally NOT depended on. Jobs depends
|
||||
# on us (uses report_fp_wo_sticker_inner). Adding the reverse dep
|
||||
# creates a cycle. Our only fp.job touchpoint is wo_scan.py which
|
||||
# uses runtime env.get('fp.job') — safe without the manifest dep.
|
||||
'fusion_plating_logistics',
|
||||
],
|
||||
'data': [
|
||||
@@ -48,6 +53,10 @@
|
||||
'report/report_fp_bol.xml',
|
||||
'report/report_fp_invoice.xml',
|
||||
'report/report_fp_receipt.xml',
|
||||
# Sub 12 Phase E — quality/RMA reports.
|
||||
'report/report_fp_rma_authorisation.xml',
|
||||
'report/report_fp_8d.xml',
|
||||
'report/report_fp_quality_monthly.xml',
|
||||
# Hide Odoo's default reports from the Print menu wherever FP
|
||||
# ships an equivalent (loaded last so it overrides any earlier
|
||||
# binding declarations from base modules).
|
||||
|
||||
Reference in New Issue
Block a user