diff --git a/cooperator_portal/controllers/portal.py b/cooperator_portal/controllers/portal.py index bc7a4252a..3f4fafbc9 100644 --- a/cooperator_portal/controllers/portal.py +++ b/cooperator_portal/controllers/portal.py @@ -14,7 +14,7 @@ class CooperatorPortal(PortalAccount): def __init__(self, *args, **kwargs): - super().__init__() + super().__init__(*args, **kwargs) # Class scope is accessible throughout the server even on # odoo instances that do not install this module. diff --git a/cooperator_portal/readme/newsfragments/135.bugfix.rst b/cooperator_portal/readme/newsfragments/135.bugfix.rst new file mode 100644 index 000000000..238ff58b6 --- /dev/null +++ b/cooperator_portal/readme/newsfragments/135.bugfix.rst @@ -0,0 +1 @@ +Correctly instantiate PortalAccount. diff --git a/cooperator_portal/static/description/index.html b/cooperator_portal/static/description/index.html index 321940de1..b9d409ebe 100644 --- a/cooperator_portal/static/description/index.html +++ b/cooperator_portal/static/description/index.html @@ -1,4 +1,3 @@ -