Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Authentication
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://www.laslabs.com
Last tracking update
2026-08-07 07:17:48
Authors
Odoo Community Association (OCA), LasLabs
Maintainers
Odoo Community Association (OCA), LasLabs
Committers
Stéphane Bidoul (ACSONE), OCA Transbot, Dave Lasley, OCA-git-bot, oca-travis
Odoo dependencies
None
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • write(self, vals)
    @api.multi
    Override write to verify that access to the `Immutable` group is not given or removed by users without access

New fields (0)

No new fields.

Public methods (2)
  • unlink(self)
    @api.multi
    Override unlink to verify that there are no deletions of users whom are members of the `Immutable` group
  • write(self, vals)
    @api.multi
    Override write to verify that there are no alterations to users whom are members of the `Immutable` group