Skip to content

Add CRMLeadListener to listen the events of CRMLead

Daniel Palomar requested to merge use-events-calling-otrs into master

Using the ComponentEvent module we can declare a listener to listen to the events notified by the models. The ComponentEvent module adds to the Base model the event on_write and we only need to implement a listener.

https://odoo-connector.com/api/api_event.html#api-event

Merge request reports