Go to file
2026-01-15 09:37:47 +07:00
security first commit 2026-01-15 09:37:47 +07:00
__init__.py first commit 2026-01-15 09:37:47 +07:00
__manifest__.py first commit 2026-01-15 09:37:47 +07:00
.gitignore first commit 2026-01-15 09:37:47 +07:00
README.md first commit 2026-01-15 09:37:47 +07:00

Quality Button Restriction

Overview

This module restricts the visibility of the "Quality Checks" button and access to quality features to only users who are explicitly assigned the "Quality User" group.

Features

  • Decouples Quality User Rights: Removes the default behavior where "Inventory Users" and "Manufacturing Users" automatically inherit "Quality User" rights.
  • Strict Access Control: Ensures that only users with the explicitly assigned "Quality / User" or "Quality / Administrator" role can initiate quality checks or view quality alerts.

Configuration

To grant a user access to Quality features:

  1. Go to Settings > Users & Companies > Users.
  2. Select the user.
  3. In the Human Resources / Other tab (depending on Odoo version), locate the Quality field.
  4. Set the value to User or Administrator.

Dependencies

  • quality
  • stock
  • mrp
  • quality_mrp