chore(reports): drop duplicate Print menu entries on legacy MRP models
After the fp.job migration, every MRP-bound Print action in fusion_plating_reports has a fp.job-bound canonical version in fusion_plating_jobs. Having both registered means clicking Print on a record shows two identical entries. Removed 7 ir.actions.report records (templates kept for backwards compat — only the menu bindings are gone): action_report_wo_margin (mrp.production) action_report_fp_work_order_portrait (mrp.workorder) action_report_fp_work_order_landscape (mrp.workorder) action_report_fp_wo_sticker (mrp.workorder) action_report_fp_mo_sticker (mrp.production) action_report_fp_job_traveller_mo_landscape (mrp.production) action_report_fp_job_traveller_mo_portrait (mrp.production) Kept: action_report_fp_job_traveller_so_* (sale.order) action_report_fp_so_sticker (sale.order) The shared inner sticker templates (report_fp_wo_sticker_inner / _defaults) stay registered because fp.job + sale.order stickers both t-call them. Version: reports 19.0.7.17 -> 19.0.7.18. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# License OPL-1 (Odoo Proprietary License v1.0)
|
||||
{
|
||||
'name': 'Fusion Plating — Reports',
|
||||
'version': '19.0.7.17.0',
|
||||
'version': '19.0.7.18.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'PDF reports for Fusion Plating: quote, SO, WO, packing, BoL, CoC, invoice, receipt, quality + compliance.',
|
||||
'depends': [
|
||||
|
||||
Reference in New Issue
Block a user