Skip to content

Fix telecom company mapping

Administrator requested to merge fix/telecom-company-entity into master

The mapping between the telecom companies of the ERP and the OTRS app is broke.

To fix it we go to issue #2 (closed) and apply the ValueObject patters suggested by @sauloperez.

Once the object is extracted, we can fix the dict mapping and use this new object as we are using the TelecomCompany Tryton name field.

Merge request reports