Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.3
Category
base
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.grap.coop
Last tracking update
2026-08-07 07:17:48
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Ronald Portier, Holger Brunn, Pedro M. Baeza, GitHub, sebalix, Stéphane Bidoul (ACSONE), OCA Transbot, Loïc Faure-Lacroix, OCA-git-bot, oca-travis, Alexandre Papin
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_res_config_settings base.config.settings.view base.config.settings Inherits base_setup.view_general_configuration
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • auth_admin_passkey_send_to_admin Boolean
    help='When the administrator use his password to login in with a different account, Odoo will send an email to the admin user.' string='Send email to admin user.'
  • auth_admin_passkey_send_to_user Boolean
    help='When the administrator use his password to login in with a different account, Odoo will send an email to the account user.' string='Send email to user.'
Public methods (4)
  • get_default_auth_admin_passkey_send_to_admin(self, fields)
    @api.model
  • get_default_auth_admin_passkey_send_to_user(self, fields)
    @api.model
  • set_auth_admin_passkey_send_to_admin(self)
    @api.multi
  • set_auth_admin_passkey_send_to_user(self)
    @api.multi

New fields (0)

No new fields.

Public methods (1)
  • check_credentials(self, password)
    @api.model
    Despite using @api.model decorator, this method is always called by a res.users record

Loading…

Loading…

Loading…