[FiX] update 18 .

This commit is contained in:
2026-08-10 12:26:30 +02:00
parent 1e6dc183d0
commit ac8cb24bfb
5 changed files with 43 additions and 3 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)