chore(sticker): rename External action labels for the variant split
Print menu now shows External + Internal as paired entries: sale.order: External Sticker / Internal Sticker fp.job: External Job Sticker / Internal Job Sticker XML IDs unchanged (action_report_fp_so_sticker / action_report_fp_job_sticker) so existing bookmarks and binding_model_id records keep working. print_report_name strings also updated so the downloaded filename matches the new label. DB verification: fp.job | External Job Sticker fp.job | Internal Job Sticker sale.order | External Sticker sale.order | Internal Sticker 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 — Native Jobs',
|
||||
'version': '19.0.8.25.0',
|
||||
'version': '19.0.8.26.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'Native plating job model — replaces mrp.production / mrp.workorder bridge.',
|
||||
'author': 'Nexa Systems Inc.',
|
||||
|
||||
@@ -29,12 +29,12 @@
|
||||
</record>
|
||||
|
||||
<record id="action_report_fp_job_sticker" model="ir.actions.report">
|
||||
<field name="name">Job Sticker</field>
|
||||
<field name="name">External Job Sticker</field>
|
||||
<field name="model">fp.job</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">fusion_plating_jobs.report_fp_job_sticker_template</field>
|
||||
<field name="report_file">fusion_plating_jobs.report_fp_job_sticker_template</field>
|
||||
<field name="print_report_name">'Job Sticker - %s' % (object.name or '').replace('/', '-')</field>
|
||||
<field name="print_report_name">'External Job Sticker - %s' % (object.name or '').replace('/', '-')</field>
|
||||
<field name="binding_model_id" ref="fusion_plating.model_fp_job"/>
|
||||
<field name="binding_type">report</field>
|
||||
<field name="paperformat_id" ref="paperformat_fp_job_sticker"/>
|
||||
|
||||
Reference in New Issue
Block a user