Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.1
Category
Authentication
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://laslabs.com/
Last tracking update
2026-08-07 07:17:48
Authors
Odoo Community Association (OCA), LasLabs
Maintainers
Odoo Community Association (OCA), LasLabs
Committers
GitHub, OCA Transbot, OCA-git-bot, oca-travis, Ted Salmon, Giovanni Francesco Capalbo
Odoo dependencies
odoo/odoo:
- web
- bus
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 (1)

New fields (1)
  • login Char
    help='Used to log into the system. Case insensitive.'
Public methods (3)
  • create(self, vals)
    @api.model
    Overload create to lowercase login
  • search(self, args, offset=0, limit=None, order=None, count=False)
    @api.model
    Modifies all search domains to replace login with login.lower().
  • write(self, vals)
    @api.multi
    Overload write to lowercase login