Repository
OCA/server-tools · module folder · Try on Runboat
Module version
2.0.2
Category
Uncategorized
Folder size
0.42 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://akretion.com/
Last tracking update
2026-08-07 07:17:48
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Stéphane Bidoul, Pedro M. Baeza, GitHub, Sylvain LE GAL, Cédric Pigeon, Laurent Mignon (ACSONE), hparfr, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Mourad Elhadj Mimoune, MonsieurB
Odoo dependencies
odoo/odoo:
- web
Python dependencies
cryptography
System dependencies
None
Required by
base_sms_client, ovh_sms_client, storage_backend
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
keychain_account_form keychain.account form New
keychain_account_id keychain.account tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (8)
  • clear_password Text
    compute='_compute_password' help='Password. Leave empty if no changes' inverse='_inverse_set_password' store=False
  • data Text
    help='Additionnal data as json'
  • environment Char
    help="'prod', 'dev', etc. or empty (for all)" required=False
  • login Char
    help='Login'
  • name Char
    help='Humain readable label' required=True
  • namespace Selection
    help='Type of account' required=True selection=[]
  • password Text
    help='Password is derived from clear_password' readonly=True
  • technical_name Char
    help='Technical name. Must be unique' required=True
Public methods (3)
  • get_data(self)
    Data in dict form.
  • retrieve(self, domain)
    @api.model
    Search accounts for a given domain. Environment is added by this function. Use this instead of search() to benefit from environment filtering. Use user.has_group() and suspend_security() before calling this method.
  • write(self, vals)
    @api.multi
    At this time there is no namespace set.

New fields (3)
  • data Serialized
    compute='_compute_keychain' help='Additionnal data as json' inverse='_inverse_keychain'
  • name Char
    required=True
  • password Char
    compute='_compute_password' inverse='_inverse_password' required=True
Public methods (0)

No public methods.

Loading…