[FiX] update 17 with 19.0

This commit is contained in:
2026-08-10 13:58:22 +02:00
parent cae36e2c60
commit 10f271252e
21 changed files with 386 additions and 421 deletions
+7
View File
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
from odoo import api
def post_init_hook(env):
env['ir.logging'].sudo().cleanup_unneeded_filestore_attachments(limit=50)