folder rename

This commit is contained in:
gsinghpal
2026-04-16 20:53:53 -04:00
parent 3f3ddcbab4
commit 7c7ef06057
634 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2026 Nexa Systems Inc.
License OPL-1 (Odoo Proprietary License v1.0)
Part of the Fusion Plating product family.
Creates a dedicated "Plating Quality" team in the Odoo EE quality module
so mirrored NCR alerts land in their own bucket and do not pollute the
shop's default quality dashboards.
NOTE ON MODEL NAME:
In recent Odoo 19 EE releases the team model on quality.alert is
``quality.alert.team``. Older EE releases used ``quality.team``. We
target the current name here; if a shop is on an older release and
gets a parsing error loading this file, swap the model to ``quality.team``
and reinstall. No Python changes are required because the bridge resolves
the team purely by XML ID.
-->
<odoo noupdate="1">
<record id="quality_team_plating" model="quality.alert.team">
<field name="name">Plating Quality</field>
</record>
</odoo>