Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stages are not clickable from the ticket view #153

Closed
olivierb2 opened this issue Jul 31, 2020 · 8 comments
Closed

Stages are not clickable from the ticket view #153

olivierb2 opened this issue Jul 31, 2020 · 8 comments

Comments

@olivierb2
Copy link

olivierb2 commented Jul 31, 2020

When I display the ticket content, I'm unable to click on stage in order to update the stage status. I need to move back from kanban view. This issue is only for this module, other modules like CRM allow me to update stage from the opportunity view.

Edit : this issue occurs on Odoo 13.

Stage not clickable

@DarioLodeiros
Copy link
Member

have you tried this in the runbot ?, I just tried it in runbot and review the code and I don't see the reason why it doesn't allow you to edit the state in your case

@olivierb2
Copy link
Author

I'm not sure where or how I can use runbot quickly, but I have two Odoo 13 separate instance with the same problem. I tried to regenerate asset to be sure, but I definitely don't know why I'm getting this issue.

@olivierb2
Copy link
Author

Small update : I'm not developper, but seems that removing tag disabled="disabled" from F12 developer tools re-enable the link. Any reason why those buttons are set as disabled?

Capture d’écran de 2020-07-31 15-11-32

@olivierb2
Copy link
Author

I finally helped myself, from developer mode, I changed the form view :

<field name="stage_id" widget="statusbar" clickable="True"/>

Into

<field name="stage_id" widget="statusbar" options="{'clickable': '1', 'fold_field': 'fold'}"/>

@DarioLodeiros
Copy link
Member

Ok, I was looking at v12, remember to indicate version and other data that you see relevant to facilitate the review. Thanks!

@olivierb2
Copy link
Author

Ho, my bad, apologies, this is a really newbie mistake :D

DarioLodeiros added a commit that referenced this issue Jul 31, 2020
@DarioLodeiros
Copy link
Member

Dont worry, Thanks for the issue, should already be resolved if you update the sources :)

@olivierb2
Copy link
Author

Got it, thanks for you commit !

dalonsod pushed a commit to solvosci/helpdesk that referenced this issue Nov 18, 2020
jacob88 pushed a commit to jacob88/helpdesk that referenced this issue Nov 7, 2021
luffah pushed a commit to osiell/helpdesk that referenced this issue Dec 13, 2021
jacob88 pushed a commit to jacob88/helpdesk that referenced this issue Dec 24, 2021
jacob88 pushed a commit to jacob88/helpdesk that referenced this issue Dec 24, 2021
jacob88 pushed a commit to jacob88/helpdesk that referenced this issue Jan 16, 2022
zuher83 pushed a commit to zuher83/helpdesk that referenced this issue Feb 27, 2023
chandni-serpentcs pushed a commit to chandni-serpentcs/helpdesk that referenced this issue Jan 3, 2024
reichie020212 pushed a commit to OpenSPP/helpdesk that referenced this issue Feb 13, 2024
giarve pushed a commit to wvbs/helpdesk that referenced this issue Oct 11, 2024
imlopes pushed a commit to imlopes/helpdesk that referenced this issue Oct 24, 2024
giarve pushed a commit to wvbs/helpdesk that referenced this issue Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants