From eb1c82740216e1b0c13201bf4cbdea9b3bc9e04c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Mar 2022 18:12:42 +0000 Subject: [PATCH] makedonation form --- __manifest__.py | 1 + controllers/__init__.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/__manifest__.py b/__manifest__.py index 13ed871..a660eb3 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -40,6 +40,7 @@ 'views/website_sale.xml', 'views/aggregate.xml', 'wizard/operation_duplicate_wizard.xml' + 'views/website_donation.xml' ], diff --git a/controllers/__init__.py b/controllers/__init__.py index 457bae2..620ab97 100644 --- a/controllers/__init__.py +++ b/controllers/__init__.py @@ -1,3 +1,4 @@ # -*- coding: utf-8 -*- -from . import controllers \ No newline at end of file +from . import controllers +from . import donation \ No newline at end of file