diff --git a/__manifest__.py b/__manifest__.py
index 79aab27..c4d6183 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -20,7 +20,7 @@
'version': '0.1',
# any module necessary for this one to work correctly
- 'depends': ['base','mail','donation','event'],
+ 'depends': ['base','mail','donation','event','website'],
# always loaded
'data': [
@@ -60,9 +60,10 @@
'views/account_portal_templates.xml',
'views/website_snippets.xml',
'views/portal.xml',
- 'views/auth_sign_up_login_templates.xml',
'views/portal_templates.xml',
- 'views/webclient_templates.xml'
+ 'views/webclient_templates.xml',
+ 'views/auth_signup_login_templates.xml',
+ 'views/website_templates.xml'
],
diff --git a/models/__init__.py b/models/__init__.py
index d9b090d..eb005c6 100644
--- a/models/__init__.py
+++ b/models/__init__.py
@@ -20,4 +20,5 @@ from . import booking_donation
from . import event_media_link
from . import mailing_list
#from . import account
+from . import res_users
diff --git a/views/account_portal_templates.xml b/views/account_portal_templates.xml
index eb37919..220d0cd 100644
--- a/views/account_portal_templates.xml
+++ b/views/account_portal_templates.xml
@@ -8,5 +8,24 @@
+
+
+
+ Status |
+
+
+ |
+
+
+
+
+
+Amount |
+
+
+
+ |
+
+
\ No newline at end of file
diff --git a/views/auth_sign_up_login_templates.xml b/views/auth_sign_up_login_templates.xml
deleted file mode 100644
index 4f89cf5..0000000
--- a/views/auth_sign_up_login_templates.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/views/booking_website_registration.xml b/views/booking_website_registration.xml
index b45cc15..e066f68 100644
--- a/views/booking_website_registration.xml
+++ b/views/booking_website_registration.xml
@@ -98,46 +98,46 @@