project item updated

This commit is contained in:
berkay 2024-11-20 15:13:09 +03:00
parent 40bf6d8ae1
commit 5e3bd35603
2 changed files with 271599 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -88,16 +88,16 @@ list_of_attendees = [
]
constant = "Toplantı sonucunda araştırmalar tamamlandı, katılımcılara e-posta gönderildi. Onaylayan sayısı yeterli olmadığı için karar alınamadı ve proje iptal edildi ve sonlandırıldı."
assign_people_to_create_item = 4
assign_people_to_create_item = -1
if assign_people_to_create_item == -1:
local_api.selected_object = local_api.login_via_email_and_password(
login_data=login_data, is_password_valid=False
)
migrate_company(requester=both_apis)
migrate_people(requester=both_apis)
migrate_build(requester=both_apis)
migrate_build_living_space(requester=both_apis)
# migrate_account_records(requester=both_apis)
# migrate_company(requester=both_apis)
# migrate_people(requester=both_apis)
# migrate_build(requester=both_apis)
# migrate_build_living_space(requester=both_apis)
migrate_account_records(requester=both_apis)
if assign_people_to_create_item == 0:
if not bool(selection_list):