diff --git a/my_compassion/templates/footer_links.xml b/my_compassion/templates/footer_links.xml new file mode 100644 index 00000000..e9b940ff --- /dev/null +++ b/my_compassion/templates/footer_links.xml @@ -0,0 +1,40 @@ + + + diff --git a/my_compassion_segmentation/__manifest__.py b/my_compassion_segmentation/__manifest__.py index d0f42036..246e145f 100644 --- a/my_compassion_segmentation/__manifest__.py +++ b/my_compassion_segmentation/__manifest__.py @@ -39,6 +39,7 @@ ], "depends": [ "my_compassion", + "theme_compassion_2025", "partner_segmentation", ], "demo": [], diff --git a/my_compassion_segmentation/controllers/my_account.py b/my_compassion_segmentation/controllers/my_account.py index 09e3a4a0..a85e2549 100644 --- a/my_compassion_segmentation/controllers/my_account.py +++ b/my_compassion_segmentation/controllers/my_account.py @@ -12,7 +12,7 @@ class MyAccountControllerSurvey(CustomerPortal): - @route(["/my", "/my/home"], type="http", auth="user", website=True) + @route(["/my", "/my2", "/my/home"], type="http", auth="user", website=True) def home(self, redirect=None, **post): partner = request.env.user.partner_id if not partner.has_segment: diff --git a/my_compassion_segmentation/templates/survey_templates.xml b/my_compassion_segmentation/templates/survey_templates.xml index f7f847ce..b432e18b 100644 --- a/my_compassion_segmentation/templates/survey_templates.xml +++ b/my_compassion_segmentation/templates/survey_templates.xml @@ -1,10 +1,148 @@ -