We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f31cc commit e63ae32Copy full SHA for e63ae32
database_limit_size/models/ir_http.py
@@ -7,6 +7,7 @@
7
from odoo.tools import human_size
8
9
10
+# https://stackoverflow.com/a/1392549
11
def get_directory_size(start_path):
12
total_size = 0
13
for dirpath, _dirnames, filenames in os.walk(start_path):
0 commit comments