Requirement
On helpdesk tags, we want to set a list of documents:
Maintenance: User Manual, Specs
Troubleshooting: Standard Procedure, Checklist
When a ticket is created and tags are set, we want to have:
Ticket 1 has Maintenance tag --> Ticket 1 displays the User Manual and the Specs documents
Ticket 2 has Maintenance and Troubleshooting tags --> Ticket 2 displays the User Manual, Specs, Standard Procedure and Checklist documents
Prototype
On version 12, we added a many2many field on helpdesk tags to documents.
On the helpdesk ticket, we added a related many2many field to have direct access to all the documents of all the tags selected on the ticket.
Unfortunately, the related field only contains the documents of the first selected tag: On Ticket 2, we only get the User Manual and the Specs documents.
Questions
Is it a bug or an unsupported feature? How can we achieve the requirement?
Thanks!