İlk versiyon: MyMach Fleet Intelligence ve yapılandırmalar
This commit is contained in:
6
addons/mymach_fleet_intelligence/check_fields.py
Normal file
6
addons/mymach_fleet_intelligence/check_fields.py
Normal 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}")
|
||||
Reference in New Issue
Block a user