Skip to content

Commit

Permalink
Merge PR #135 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by carmenbianca
  • Loading branch information
OCA-git-bot committed Jun 11, 2024
2 parents 69743f2 + ddcfffb commit a89ead9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cooperator_portal/controllers/portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions cooperator_portal/readme/newsfragments/135.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correctly instantiate PortalAccount.
1 change: 0 additions & 1 deletion cooperator_portal/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down

0 comments on commit a89ead9

Please sign in to comment.