This commit is contained in:
gsinghpal
2026-04-12 09:09:50 -04:00
parent d07159b9b5
commit be611876ad
470 changed files with 41761 additions and 51 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>