İlk versiyon: MyMach Fleet Intelligence ve yapılandırmalar

This commit is contained in:
cerenX9
2026-07-20 19:41:40 +03:00
commit f497805d08
85 changed files with 7071 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
env = env(user=1)
model_obj = env['mymach.fleet.handover']
print("FIELDS OF mymach.fleet.handover:")
for f_name, f_obj in model_obj._fields.items():
print(f"Field: {f_name}, Type: {f_obj.type}")