| 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/14.0/profiler |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tests |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Therp BV, Vauxoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Therp BV, Vauxoo |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Tom Blauwendraat, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web_tour - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_profile_form |
view profile form | profiler.profile | form | New |
view_profile_list |
view profile list | profiler.profile | tree | New |
view_profiling_lines |
view profiling_lines | profiler.profile.python.line | tree | New |
view_profiling_lines_search |
view.profiling.lines.search | profiler.profile.python.line | search | New |
view_request_lines |
view request_lines | profiler.profile.request.line | tree | New |
attachment_count
Integer
compute='_compute_attachment_count'
date_finished
Char
readonly=True
date_started
Char
readonly=True
description
Text
readonly=True
enable_postgresql
Boolean
default=False
help='It requires postgresql server logs seudo-enabled'
enable_python
Boolean
default=True
name
Char
required=True
pg_log_path
Char
default=_find_loggers_path
help='Getting the path to the logger'
pg_remote
Char
pg_stats_most_frequent_html
Html
readonly=True
args: 'PostgreSQL Stats - Most Frequent'
pg_stats_slowest_html
Html
readonly=True
args: 'PostgreSQL Stats - Slowest'
pg_stats_time_consuming_html
Html
readonly=True
args: 'PostgreSQL Stats - Time Consuming'
py_request_lines
One2many → profiler.profile.request.line
py_stats_lines
One2many → profiler.profile.python.line
python_method
Selection
default='full'
required=True
selection=_SELECTION_PYTHON_METHOD
session
Char
state
Selection
default='disabled'
readonly=True
required=True
args: [('enabled', 'Enabled'), ('disabled', 'Disabled')]
use_py_index
Boolean
default=False
help='Index human-readable cProfile attachment.\nTo access this report, you must open the cprofile attachment view using debug mode.\nWarning: Uses more resources.'
name='Get cProfiling report'
action_view_attachment(self)
clear(self, reset_date=True)
create_request_line(self)
disable(self)
dump_postgresql_logs(self, indexed=None)
dump_stats(self)
enable(self)
get_psql_params(cr, params)
get_stats_string(self, cprofile_path)
now_utc(self)
onchange_enable_postgresql(self)
profiling()
set_pgoptions_enabled(self)
unlink(self)
cprof_ctpercall
Float
cprof_cumtime
Float
cprof_fname
Char
cprof_ncalls
Float
cprof_nrcalls
Float
cprof_tottime
Float
cprof_ttpercall
Float
profile_id
Many2one → profiler.profile
ondelete='cascade'
required=True
args: 'profiler.profile'
unlink(self)
attachment_id
Reference
compute='_compute_attachment_id'
selection=[('ir.attachment', 'ir.attachment')]
string='pStats file'
display_name
Char
compute='_compute_display_name'
args: 'Name'
name
Char
profile_id
Many2one → profiler.profile
ondelete='cascade'
required=True
args: 'profiler.profile'
root_url
Char
total_time
Float
user_context
Char
user_id
Many2one → res.users
string='User'
args: 'res.users'
dump_stats(self, profile)
dump_stats_db(self, cprofile_fname, cprofile_path)
| 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/13.0/profiler |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tests |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT, Vauxoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT, Vauxoo |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, Tom Blauwendraat, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - web_tour - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
profiler assets | ir.ui.view | qweb | Inherits web.assets_backend |
view_profile_form |
view profile form | profiler.profile | form | New |
view_profile_list |
view profile list | profiler.profile | tree | New |
view_profiling_lines |
view profiling_lines | profiler.profile.python.line | tree | New |
view_profiling_lines_search |
view.profiling.lines.search | profiler.profile.python.line | search | New |
view_request_lines |
view request_lines | profiler.profile.request.line | tree | New |
attachment_count
Integer
compute='_compute_attachment_count'
date_finished
Char
readonly=True
date_started
Char
readonly=True
description
Text
readonly=True
enable_postgresql
Boolean
default=False
help='It requires postgresql server logs seudo-enabled'
enable_python
Boolean
default=True
name
Char
required=True
pg_log_path
Char
default=_find_loggers_path
help='Getting the path to the logger'
pg_remote
Char
pg_stats_most_frequent_html
Html
readonly=True
args: 'PostgreSQL Stats - Most Frequent'
pg_stats_slowest_html
Html
readonly=True
args: 'PostgreSQL Stats - Slowest'
pg_stats_time_consuming_html
Html
readonly=True
args: 'PostgreSQL Stats - Time Consuming'
py_request_lines
One2many → profiler.profile.request.line
py_stats_lines
One2many → profiler.profile.python.line
python_method
Selection
default='full'
required=True
selection=_SELECTION_PYTHON_METHOD
session
Char
state
Selection
default='disabled'
readonly=True
required=True
args: [('enabled', 'Enabled'), ('disabled', 'Disabled')]
use_py_index
Boolean
default=False
help='Index human-readable cProfile attachment.\nTo access this report, you must open the cprofile attachment view using debug mode.\nWarning: Uses more resources.'
name='Get cProfiling report'
action_view_attachment(self)
clear(self, reset_date=True)
create_request_line(self)
disable(self)
dump_postgresql_logs(self, indexed=None)
dump_stats(self)
enable(self)
get_psql_params(cr, params)
get_stats_string(self, cprofile_path)
now_utc(self)
onchange_enable_postgresql(self)
profiling()
set_pgoptions_enabled(self)
unlink(self)
cprof_ctpercall
Float
cprof_cumtime
Float
cprof_fname
Char
cprof_ncalls
Float
cprof_nrcalls
Float
cprof_tottime
Float
cprof_ttpercall
Float
profile_id
Many2one → profiler.profile
ondelete='cascade'
required=True
args: 'profiler.profile'
unlink(self)
attachment_id
Reference
compute='_compute_attachment_id'
selection=[('ir.attachment', 'ir.attachment')]
string='pStats file'
display_name
Char
compute='_compute_display_name'
args: 'Name'
name
Char
profile_id
Many2one → profiler.profile
ondelete='cascade'
required=True
args: 'profiler.profile'
root_url
Char
total_time
Float
user_context
Char
user_id
Many2one → res.users
string='User'
args: 'res.users'
dump_stats(self, profile)
dump_stats_db(self, cprofile_fname, cprofile_path)
| 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/12.0/profiler |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Tests |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Therp BV, Vauxoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Therp BV, Vauxoo |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, Tom Blauwendraat, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:22 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - document - web - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_profile_form |
view profile form | profiler.profile | form | New |
view_profile_list |
view profile list | profiler.profile | tree | New |
view_profiling_lines |
view profiling_lines | profiler.profile.python.line | tree | New |
view_profiling_lines_search |
view.profiling.lines.search | profiler.profile.python.line | search | New |
view_request_lines |
view request_lines | profiler.profile.request.line | tree | New |
attachment_count
Integer
compute='_compute_attachment_count'
date_finished
Char
readonly=True
date_started
Char
readonly=True
description
Text
readonly=True
enable_postgresql
Boolean
default=False
help='It requires postgresql server logs seudo-enabled'
enable_python
Boolean
default=True
name
Char
required=True
pg_log_path
Char
default=_find_loggers_path
help='Getting the path to the logger'
pg_remote
Char
pg_stats_most_frequent_html
Html
readonly=True
args: 'PostgreSQL Stats - Most Frequent'
pg_stats_slowest_html
Html
readonly=True
args: 'PostgreSQL Stats - Slowest'
pg_stats_time_consuming_html
Html
readonly=True
args: 'PostgreSQL Stats - Time Consuming'
py_request_lines
One2many → profiler.profile.request.line
py_stats_lines
One2many → profiler.profile.python.line
python_method
Selection
default='full'
required=True
selection=_SELECTION_PYTHON_METHOD
session
Char
state
Selection
default='disabled'
readonly=True
required=True
args: [('enabled', 'Enabled'), ('disabled', 'Disabled')]
use_py_index
Boolean
default=False
help='Index human-readable cProfile attachment.\nTo access this report, you must open the cprofile attachment view using debug mode.\nWarning: Uses more resources.'
name='Get cProfiling report'
action_view_attachment(self)
clear(self, reset_date=True)
create_request_line(self)
disable(self)
dump_postgresql_logs(self, indexed=None)
dump_stats(self)
enable(self)
get_psql_params(cr, params)
get_stats_string(self, cprofile_path)
now_utc(self)
onchange_enable_postgresql(self)
profiling()
set_pgoptions_enabled(self)
unlink(self)
cprof_ctpercall
Float
cprof_cumtime
Float
cprof_fname
Char
cprof_ncalls
Float
cprof_nrcalls
Float
cprof_tottime
Float
cprof_ttpercall
Float
profile_id
Many2one → profiler.profile
ondelete='cascade'
required=True
args: 'profiler.profile'
unlink(self)
attachment_id
Reference
compute='_compute_attachment_id'
selection=[('ir.attachment', 'ir.attachment')]
string='pStats file'
display_name
Char
compute='_compute_display_name'
args: 'Name'
name
Char
profile_id
Many2one → profiler.profile
ondelete='cascade'
required=True
args: 'profiler.profile'
root_url
Char
total_time
Float
user_context
Char
user_id
Many2one → res.users
string='User'
args: 'res.users'
dump_stats(self, profile)
dump_stats_db(self, cprofile_fname, cprofile_path)
| 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/11.0/profiler |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Tests |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT, Vauxoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT, Vauxoo |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, oca-travis, OCA-git-bot, Tom Blauwendraat |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-tools |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - document - web - base - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
profiler assets | ir.ui.view | qweb | Inherits web.assets_backend |
view_profile_form |
view profile form | profiler.profile | form | New |
view_profile_list |
view profile list | profiler.profile | tree | New |
view_profiling_lines |
view profiling_lines | profiler.profile.python.line | tree | New |
view_profiling_lines_search |
view.profiling.lines.search | profiler.profile.python.line | search | New |
view_request_lines |
view request_lines | profiler.profile.request.line | tree | New |
No new fields.
Public methods (0)No public methods.
attachment_count
Integer
compute='_compute_attachment_count'
date_finished
Char
readonly=True
date_started
Char
readonly=True
description
Text
readonly=True
enable_postgresql
Boolean
default=False
help='It requires postgresql server logs seudo-enabled'
enable_python
Boolean
default=True
name
Char
required=True
pg_log_path
Char
default=_find_loggers_path
help='Getting the path to the logger'
pg_remote
Char
pg_stats_most_frequent_html
Html
readonly=True
args: 'PostgreSQL Stats - Most Frequent'
pg_stats_slowest_html
Html
readonly=True
args: 'PostgreSQL Stats - Slowest'
pg_stats_time_consuming_html
Html
readonly=True
args: 'PostgreSQL Stats - Time Consuming'
py_request_lines
One2many → profiler.profile.request.line
py_stats_lines
One2many → profiler.profile.python.line
python_method
Selection
default='full'
required=True
selection=_SELECTION_PYTHON_METHOD
state
Selection
default='disabled'
readonly=True
required=True
args: [('enabled', 'Enabled'), ('disabled', 'Disabled')]
use_py_index
Boolean
default=False
help='Index human-readable cProfile attachment.\nTo access this report, you must open the cprofile attachment view using debug mode.\nWarning: Uses more resources.'
name='Get cProfiling report'
action_view_attachment(self)
clear(self, reset_date=True)
create_request_line(self)
disable(self)
dump_postgresql_logs(self, indexed=None)
dump_stats(self)
enable(self)
get_psql_params(cr, params)
get_stats_string(self, cprofile_path)
now_utc(self)
onchange_enable_postgresql(self)
profiling()
set_pgoptions_enabled(self)
unlink(self)
cprof_ctpercall
Float
cprof_cumtime
Float
cprof_fname
Char
cprof_ncalls
Float
cprof_nrcalls
Float
cprof_tottime
Float
cprof_ttpercall
Float
profile_id
Many2one → profiler.profile
ondelete='cascade'
required=True
args: 'profiler.profile'
unlink(self)
attachment_id
Reference
compute='_compute_attachment_id'
selection=[('ir.attachment', 'ir.attachment')]
string='pStats file'
display_name
Char
compute='_compute_display_name'
args: 'Name'
name
Char
profile_id
Many2one → profiler.profile
ondelete='cascade'
required=True
args: 'profiler.profile'
root_url
Char
total_time
Float
user_context
Char
user_id
Many2one → res.users
string='User'
args: 'res.users'
dump_stats(self)
| 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/profiler |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo, Anybox |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo, Anybox |
| COMMITTERS | |
| COMMITTERS | Moisés López, OCA Transbot, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://odoo-community.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - website - web - base - share - base_setup - web_kanban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
pstats_print2list |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend_test_profiler |
Profiler Tests | ir.ui.view | qweb | Inherits website.assets_backend |
profiler_assets_backend |
profiler assets | ir.ui.view | qweb | Inherits web.assets_backend |
No models found for this module.