| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-auth |
| GIT | |
| GIT | https://github.com/OCA/server-auth.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-auth/tree/11.0/auth_brute_force |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, sebalix, Jairo Llopis, Enric Tobella, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - auth_crypt - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_authentication_attempt_form |
res.authentication.attempt | form | New | |
view_res_authentication_attempt_graph |
res.authentication.attempt | graph | New | |
view_res_authentication_attempt_search |
res.authentication.attempt | search | New | |
view_res_authentication_attempt_tree |
res.authentication.attempt | tree | New |
login
Char
index=True
string='Tried Login'
remote
Char
index=True
string='Remote IP'
remote_metadata
Text
compute='_compute_metadata'
help='Metadata publicly available for remote IP'
string='Remote IP metadata'
result
Selection
index=True
selection=[('successful', 'Successful'), ('failed', 'Failed'), ('banned', 'Banned'), ('unbanned', 'Unbanned')]
string='Authentication Result'
whitelisted
Boolean
compute='_compute_whitelisted'
action_unban(self)
action_whitelist_add(self)
action_whitelist_remove(self)
No new fields.
Public methods (2)authenticate(cls, db, login, password, user_agent_env)
check_credentials(self, password)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/10.0/auth_brute_force |
| VERSION | |
| VERSION | 2.2.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, Pedro M. Baeza, GitHub, Jairo Llopis, OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - auth_crypt - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_authentication_attempt_form |
res.authentication.attempt | form | New | |
view_res_authentication_attempt_graph |
res.authentication.attempt | graph | New | |
view_res_authentication_attempt_search |
res.authentication.attempt | search | New | |
view_res_authentication_attempt_tree |
res.authentication.attempt | tree | New |
login
Char
index=True
string='Tried Login'
remote
Char
index=True
string='Remote IP'
remote_metadata
Text
compute='_compute_metadata'
help='Metadata publicly available for remote IP'
string='Remote IP metadata'
result
Selection
index=True
selection=[('successful', 'Successful'), ('failed', 'Failed'), ('banned', 'Banned')]
string='Authentication Result'
whitelisted
Boolean
compute='_compute_whitelisted'
action_whitelist_add(self)
action_whitelist_remove(self)
No new fields.
Public methods (2)authenticate(cls, db, login, password, user_agent_env)
check_credentials(self, password)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/9.0/auth_brute_force |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Jairo Llopis, OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:22 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - auth_crypt - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_authentication_attempt_form |
res.authentication.attempt | form | New | |
view_res_authentication_attempt_graph |
res.authentication.attempt | graph | New | |
view_res_authentication_attempt_search |
res.authentication.attempt | search | New | |
view_res_authentication_attempt_tree |
res.authentication.attempt | tree | New |
login
Char
index=True
string='Tried Login'
remote
Char
index=True
string='Remote IP'
remote_metadata
Text
compute='_compute_metadata'
help='Metadata publicly available for remote IP'
string='Remote IP metadata'
result
Selection
index=True
selection=[('successful', 'Successful'), ('failed', 'Failed'), ('banned', 'Banned')]
string='Authentication Result'
whitelisted
Boolean
compute='_compute_whitelisted'
action_whitelist_add(self)
action_whitelist_remove(self)
No new fields.
Public methods (2)authenticate(self, db, login, password, user_agent_env)
check_credentials(self, password)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/8.0/auth_brute_force |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | base |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Sylvain Calador |
| WEBSITE | |
| WEBSITE | http://www.grap.coop |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_authentication_attempt_graph |
res.authentication.attempt | graph | New | |
view_res_authentication_attempt_search |
res.authentication.attempt | search | New | |
view_res_authentication_attempt_tree |
res.authentication.attempt | tree | New | |
view_res_banned_remote_form |
res.banned.remote | form | New | |
view_res_banned_remote_search |
res.banned.remote | search | New | |
view_res_banned_remote_tree |
res.banned.remote | tree | New |
attempt_date
Datetime
string='Attempt Date'
environ
Text
string='Environment'
login
Char
string='Tried Login'
remote
Char
string='Remote ID'
result
Selection
selection=_ATTEMPT_RESULT
string='Authentication Result'
search_last_failed(self, remote)
active
Boolean
default=True
help='Uncheck this box to unban the remote'
string='Active'
attempt_ids
Many2many → res.authentication.attempt
comodel_name='res.authentication.attempt'
compute='_compute_attempt_ids'
string='Attempts'
ban_date
Datetime
default=_default_ban_date
required=True
string='Ban Date'
description
Text
compute='_compute_description'
store=True
string='Description'
remote
Char
required=True
string='Remote ID'
No public methods.