feat(connector): add connector module for defer jobs
In odoo world the way to setup asyncronus task is using the connector developed by OCA. In order to
simplify the code development and be able to reuse the work done by OCA we are prefering work with
connector over celery or any other asyncronous task manager.