diff --git a/themis/importexport/sync.py b/themis/importexport/sync.py index a674e30..80df300 100644 --- a/themis/importexport/sync.py +++ b/themis/importexport/sync.py @@ -197,7 +197,15 @@ class SyncFromThemis(UtilityView): 'lien_qo_ou_qe', 'lien_vers_interpellation_ou_qe', 'question__ecrite_lien', - 'rapport_de_commission'): + 'rapport_de_commission', + 'documents_contenus_dans_biq', + 'documents_contenus_dans_bqr', + 'documents_lies_budgetpfb', + 'documents_r_f_ren_ant_ce_compte_rendu', + 'document_s__li__s____ce_projet__bulletin_des_travaux__rapport_de_commission_', + 'documents_lies_proposition_bt_rapporcom', + 'reponses_ministre_lien', + ): if not data.get(attr): continue related_doc_ids.extend(data.get(attr))