Skip to content

Update ticket with coverage articles

Administrator requested to merge update_ticket_with_coverage_articles into master

We are extracting logic from the Eticom Tryton module to this agnostic library.

In this case, we are moving the coverage tickets and articles management.

  • Created the CoverageTicket model to manage the tickets retrieved as coverage tickets.
  • Created the CoverageArticle to create articles from CoverageTicket dynamic fields.
  • Created a service to be called from other apps to use this logic.

Merge request reports