Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 1b4ec1880f - Show all commits

View File

@ -1,7 +1,7 @@
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.6.40" SCOVERSION = "9.6.41"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"

View File

@ -37,6 +37,7 @@ ASSIDUITES_FIELDS = {
"entry_date": str, "entry_date": str,
"user_id": (int, NoneType), "user_id": (int, NoneType),
"user_name": (str, NoneType), "user_name": (str, NoneType),
"user_nom_complet": (str, NoneType),
"est_just": bool, "est_just": bool,
"external_data": dict, "external_data": dict,
} }