We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe0bac commit 71ed956Copy full SHA for 71ed956
odoo_initializer/utils/data_files_utils.py
@@ -52,7 +52,7 @@ def get_files(self, folder, allowed_extensions, model_name):
52
continue
53
import_files.append(file_path)
54
55
- return import_files
+ return sorted(import_files)
56
57
def get_file_content(self, file_path, allowed_extensions):
58
with open(file_path, "r") as file_data:
0 commit comments