Skip to content

[IMP] project_key - add task key for portal users#1729

Open
jdidderen wants to merge 2 commits into
OCA:19.0from
jdidderen:19.0-project-key-portal
Open

[IMP] project_key - add task key for portal users#1729
jdidderen wants to merge 2 commits into
OCA:19.0from
jdidderen:19.0-project-key-portal

Conversation

@jdidderen
Copy link
Copy Markdown
Contributor

@jdidderen jdidderen commented May 12, 2026

I have added the task key in all the views related to the portal (read or edit)

For the edit part :
image
image
image

For the read part :
image
image
image

Currently the key is not properly shown in the kanban :
image

And with the improvement in the kanban view, I solve an issue when the kanban view is opened from the portal:

project.webclient.min.js:4131 OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
    Error: An error occured in the owl lifecycle (see this Error's "cause" property)
        at handleError (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:765:101)
        at App.handleError (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:1424:29)
        at Fiber._render (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:790:19)
        at Fiber.render (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:788:6)
        at ComponentNode.initiateRender (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:859:47)

Caused by: TypeError: Cannot read properties of undefined (reading 'raw_value')
    at KanbanRecord.template (eval at compile (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:1379:421), <anonymous>:35:31)
    at App.callTemplate (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:1015:129)
    at KanbanRecord.template (eval at compile (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:1379:421), <anonymous>:32:10)
    at Fiber._render (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:789:96)
    at Fiber.render (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:788:6)
    at ComponentNode.initiateRender (http://oca-project-19-0-pr1729-0aaafc3e3b89.runboat.odoo-community.org/web/assets/c79a56e/project.webclient.min.js:859:47)

With the improvement, I replaced the URL with a highlighted key in the kanban view.
image

@jdidderen jdidderen force-pushed the 19.0-project-key-portal branch from affc5ab to 860845f Compare May 12, 2026 21:46
@jdidderen jdidderen force-pushed the 19.0-project-key-portal branch from 860845f to 44555d0 Compare May 12, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants