Repository
odoo/odoo · module folder
Module version
0.1
Category
Hidden
Folder size
0.28 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 04:59:47
Authors
Maintainers
None
Committers
Antony Lesuisse, Olivier Dony, Raphael Collet, Christophe Simonis, Thibault Delavallée, Martin Trigaux, Odoo Translation Bot, Christophe Matthieu, Denis Ledoux, Nicolas Martinelli, Jérome Maes, Julien Legros, qdp-odoo, Jeremy Kersten, Damien Bouvy, Yannick Tivisse, len-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
website_project_issue_sheet, website_rating_project_issue
Description
This module adds project issues inside your account's page on website if project_issue and website_portal are installed.
==================================================================================================
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
my_issues My Issues ir.ui.view qweb New
my_issues_issue My Issue ir.ui.view qweb New
my_project my_project ir.ui.view qweb Inherits website_project.my_project
my_projects my_projects ir.ui.view qweb Inherits website_project.my_projects
portal_layout Portal layout: Issues menu entry ir.ui.view qweb Inherits website_portal.portal_layout
portal_my_home Portal My Home: Issue entries ir.ui.view qweb Inherits website_portal.portal_my_home
HTTP endpoints (2)
Route(s)HandlerAuthTypeMethodsFlags
/my/issues, /my/issues/page/<int:page> WebsiteAccount.my_issues user http ALL sudo website
/my/issues/<int:issue_id> WebsiteAccount.my_issues_issue user http ALL website
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • get_access_action(self)
    @api.multi
    Instead of the classic form view, redirect to website for portal users that can read the issue.

Loading…