-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
[16.0][ADD] helpdesk_ticket_related_tickets: New module helpdesk_ticket_related_tickets #675
base: 16.0
Are you sure you want to change the base?
Conversation
107de82
to
739b4db
Compare
<field name="arch" type="xml"> | ||
<field name="tag_ids" position="after"> | ||
<field | ||
name="related_tickets_ids" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be a domain here to not be able to select the current ticket. ("id", "!=", id).
5d544f7
to
903d0cd
Compare
Hi @ppyczko , i'll change the logic of the module and now is working with a many2many field and a bidirectional relation. |
Looks good! The only little thing I would add is to apply the domain @BernatObrador suggested earlier to prevent adding the current ticket as a related ticket, what do you think? |
903d0cd
to
7b88058
Compare
Done, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR has the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tested in runboat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @peluko00 , I have encountered this error while testing in Runboat |
This module link tickets to each other to have a more complete traceability
cc https://github.com/APSL 165295
@miquelalzanillas @lbarry-apsl @mpascuall @ppyczko @javierobcn @BernatObrador please review