| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 238 |
| Technical Name |
cm_sa_config_auditor |
| License | OPL-1 |
| Website | https://cm.sa |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 238 |
| Technical Name |
cm_sa_config_auditor |
| License | OPL-1 |
| Website | https://cm.sa |
| Versions | 17.0 18.0 19.0 |

Config Parameter Change Auditor
Log every system-parameter change automatically, with no rules to configure.
System parameters get changed quietly: the base URL, the catchall domain, a payment provider key, a signup flag. Odoo shows the current value but keeps no history, so security and compliance teams cannot see who changed it or when. OCA's auditlog needs per-model setup that SMB admins never get around to. This module captures every write, create, and unlink on ir.config_parameter the moment it installs, with the old and new value, the user, and a timestamp.
Config Parameter Change Auditor
Capture every ir.config_parameter change automatically, with a readable diff and admin email alerts on critical keys.
What it does
Security and compliance teams know someone changed a system parameter, web.base.url, auth.signup.allowed, a payment provider key, the mail catchall domain, but cannot easily see who or when. OCA's auditlog tracks anything but requires per-model rule setup; SMB admins install it, never configure it, and get no audit trail.
Odoo core shows the current value of every ir.config_parameter but keeps no history, so changes are invisible after the fact.
What this module adds:
- Every write, create, and unlink on
ir.config_parametercaptured automatically with old value, new value, user, and timestamp. - Pre-seeded watch list of security-critical keys (base URL, signup, API tokens, mail catchall, and so on).
- Keys on the watch list trigger an immediate email alert to the admin group on change.
- Keys outside the watch list still get logged, just without the alert.
- Weekly digest grouping recent changes for admins who want a lighter-touch review.
- Install-and-walk-away: zero rules to configure for full coverage.
Who benefits
IT admins, security officers, and compliance teams at SMB, mid-market, and enterprise companies subject to change-control audit.
How it works
Wrapper on ir.config_parameter write / create / unlink registered at registry load. No core-model inheritance. TransactionCase tested on Odoo 17, 18, and 19. Safe to install, safe to uninstall. Pairs with our Reset-to-Draft Auditor and Confirm-Time Field Guard for complete enterprise-audit coverage.
Common questions
Does it inherit or patch core Odoo models?
_register_hook to wrap the target method at registry load, and the wrapper unwinds cleanly at uninstall. No schema changes to core tables, no monkey-patches, no Studio surgery.Does it work on Odoo Community, or only Enterprise?
Can I uninstall it cleanly if it does not fit?
What support do I get after buying?
Can Cube Master customise it for my company?
Beyond this module, Cube Master also builds:
We are a full technology house. The Odoo utility you are reading about is one part of what we ship. If your back office, website, or app team needs more, we have the team for it.
More from the Cube Master catalogue
We ship 34 single-feature utilities at the same price point. If this one solved a pain for you, the others probably will too.
About Cube Master
We blend mastery with creativity - نمزج الإتقان بالإبداع
Cube Master is a Saudi technology house based in Al-Mubarraz. We design, build, and run business systems for customers across the Gulf and beyond: end-to-end Odoo ERP rollouts, custom AI workflows, corporate websites, and mobile apps. Strategic technology partners with Microsoft, AWS, Odoo, and Umbraco.
The Odoo utility you are reading about is one small piece of what we ship. If you need any of the above for your company, talk to us.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module