-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Comments
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 |
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. |
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'}"/> |
Ok, I was looking at v12, remember to indicate version and other data that you see relevant to facilitate the review. Thanks! |
Ho, my bad, apologies, this is a really newbie mistake :D |
Dont worry, Thanks for the issue, should already be resolved if you update the sources :) |
Got it, thanks for you commit ! |
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
OCA#153 Mantenaince tasks
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.
The text was updated successfully, but these errors were encountered: