diff --git a/__manifest__.py b/__manifest__.py index 4da91e7b79fbc2c5b3044c425e394d93272f328d..c99bb4adeef4e34c11ff3017dddf02a78480fc14 100755 --- a/__manifest__.py +++ b/__manifest__.py @@ -17,6 +17,9 @@ "datas/mail_data.xml", "datas/ir_sequence_data.xml", "wizard/scop_cotisation_cg_regul_wizard.xml", + "report/report_scop_bordereau.xml", + "report/report_scop_bordereau_payments.xml", + "report/report_scop_bordereau_refund.xml", "views/account_invoice.xml", "views/res_config_settings.xml", "views/scop_bordereau_cg.xml", @@ -24,8 +27,5 @@ "wizard/scop_cotisation_cg_wizard.xml", "wizard/scop_bordereau_update_confirm_view.xml", "wizard/scop_bordereau_validate_confirm_view.xml", - "report/report_scop_bordereau.xml", - "report/report_scop_bordereau_payments.xml", - "report/report_scop_bordereau_refund.xml", ] }