mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: remove _log_access on build_stat
_log_access is not usefull, and increase disk space used by stats.
This commit is contained in:
parent
39eeb73f71
commit
2b8e5c5a91
@ -8,6 +8,7 @@ _logger = logging.getLogger(__name__)
|
||||
class BuildStat(models.Model):
|
||||
_name = "runbot.build.stat"
|
||||
_description = "Statistics"
|
||||
_log_access = False
|
||||
|
||||
_sql_constraints = [
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user