fix(employee): rename 'Plating Certifications' tab to 'Operator Training'
The old label was easy to confuse with the customer-facing Certificate of Conformance (fp.certificate). Operators kept asking why a customer cert appeared on their employee profile. The tab is actually the operator's process-level training record (EN, chrome, anodize, etc.) that gates WO start in mrp_workorder.button_start — nothing to do with customer documents. Renamed the page string and added a one-line muted description so anyone landing on the tab understands what it's for. Also distinguishes it from the new 'Shop Roles' tab (coarser task tags used by Manager Desk auto-routing). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
'name': 'Fusion Plating',
|
||||
'version': '19.0.4.0.0',
|
||||
'version': '19.0.5.0.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'Core plating / metal finishing ERP: facilities, processes, tanks, baths, jobs, operators.',
|
||||
'description': """
|
||||
|
||||
@@ -104,7 +104,20 @@
|
||||
<field name="inherit_id" ref="hr.view_employee_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//notebook" position="inside">
|
||||
<page string="Plating Certifications" name="fp_certs">
|
||||
<!--
|
||||
"Operator Training" — formerly "Plating Certifications".
|
||||
Renamed to disambiguate from the customer-facing
|
||||
Certificate of Conformance (fp.certificate). This tab
|
||||
is the operator's process-level training record (EN,
|
||||
chrome, anodize, etc.) that gates WO start.
|
||||
-->
|
||||
<page string="Operator Training" name="fp_certs">
|
||||
<p class="text-muted small mb-2">
|
||||
Process-level training certificates required to start
|
||||
work orders. The Tablet Station blocks an operator
|
||||
from hitting Start unless they hold an active
|
||||
certificate for the WO's process type.
|
||||
</p>
|
||||
<field name="x_fc_certification_ids"
|
||||
context="{'default_employee_id': id}">
|
||||
<list editable="bottom">
|
||||
|
||||
Reference in New Issue
Block a user