diff --git a/__manifest__.py b/__manifest__.py index 186fe72b59d7bfa9196b85e77a6217997ebe5583..5d4c027ae813e0a2e2d705505eff0986096f9a83 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -23,6 +23,11 @@ "datas/scop_liste_ministere_politique_action_data.xml", "datas/scop_specificite_cae_data.xml", "datas/mail_data.xml", + # wizards + "wizard/lm_renew_wizard.xml", + "wizard/lm_inscription_wizard.xml", + "wizard/lm_change_year_wizard.xml", + "wizard/lm_survey_import_wizard.xml", # views "views/assets.xml", "views/scop_liste_ministere.xml", @@ -32,11 +37,6 @@ "views/res_config_settings.xml", "views/res_partner.xml", "views/res_partner_ministere.xml", - # wizards - "wizard/lm_renew_wizard.xml", - "wizard/lm_inscription_wizard.xml", - "wizard/lm_change_year_wizard.xml", - "wizard/lm_survey_import_wizard.xml", # templates "templates/dossier_direccte_report.xml", "templates/dossier_direccte_report_doc2.xml",