An unofficial browser extension to make sure you don't accidentally "Send Message" instead of "Log Note".
Supports Odoo 18.0+
Chrome:
- Install from the Chrome Web Store
Firefox:
- Install from the Firefox Add-ons Store
(Don't forget to refresh any existing Odoo tabs)
When the extension is installed & active, the following confirmation dialog will pop up whenever you send a message:

You can optionally restrict the confirmation to specific domains. Right-click the extension icon → Options (or go to your browser's extension settings) to:
- Enable/disable domain filtering
- Choose between Whitelist (confirmation only on listed domains) and Blacklist (confirmation everywhere except listed domains)
- Manage your domain list (supports wildcards like
*.odoo.com)
When filtering is disabled, the extension works on all Odoo instances as usual.
Chrome:
- Clone this repository.
- Go to the Extensions page by entering
chrome://extensionsin a new tab. - Enable Developer Mode by clicking the toggle switch next to "Developer mode".
- Click the "Load unpacked" button and select the repository directory.
Firefox:
- Clone this repository.
- Enter
about:debuggingin the URL bar. - Click "This Firefox"
- Click "Load Temporary Add-on"
- Open the extension's directory and select any file inside the extension
Improvements / fixes / PR's welcome :)