Go to file
2026-01-29 16:57:39 +07:00
models first commit 2026-01-29 16:57:39 +07:00
security first commit 2026-01-29 16:57:39 +07:00
static/src first commit 2026-01-29 16:57:39 +07:00
__init__.py first commit 2026-01-29 16:57:39 +07:00
__manifest__.py first commit 2026-01-29 16:57:39 +07:00
.gitignore first commit 2026-01-29 16:57:39 +07:00
README.md first commit 2026-01-29 16:57:39 +07:00

Custom Disable AI Icon

This module allows administrators to hide the AI assistant icon in the systray (top right corner) for specific users.

Features

  • adds a new security group "Hide AI Icon".
  • Hides the AI icon in the web client for users belonging to this group.

Installation

  1. Place the module in your Odoo addons path.
  2. Update the app list.
  3. Install the "Custom Disable AI Icon" module.

Configuration

To hide the AI icon for a user:

  1. Go to Settings > Users & Companies > Users.
  2. Select the user.
  3. In the Access Rights tab, scroll to the Administration section (or check other sections depending on Odoo version layout).
  4. Check the box "Hide AI Icon".
  5. Save the user record.
  6. The user may need to refresh their browser for the change to take effect.