Bases: connector.unit.synchronizer.Synchronizer
Synchronizer for deleting a record on the backend
Bases: connector.unit.synchronizer.Synchronizer
Synchronizer for exporting data from OpenERP to a backend
Return an instance of Mapper for the synchronization.
The instanciation is delayed because some synchronisations do not need such an unit and the unit may not exist.
Return type: | connector.unit.mapper.ExportMapper |
---|
Bases: connector.unit.synchronizer.Synchronizer
Synchronizer for importing data from a backend to OpenERP
Return an instance of Mapper for the synchronization.
The instanciation is delayed because some synchronisations do not need such an unit and the unit may not exist.
Return type: | connector.unit.mapper.ImportMapper |
---|
Bases: connector.connector.ConnectorUnit
Base class for synchronizers
Return an instance of BackendAdapter for the synchronization.
The instanciation is delayed because some synchronisations do not need such an unit and the unit may not exist.
Return type: | connector.unit.backend_adapter.BackendAdapter |
---|
Return an instance of Binder for the synchronization.
The instanciation is delayed because some synchronisations do not need such an unit and the unit may not exist.
Return type: | connector.unit.binder.Binder |
---|
Return an instance of Mapper for the synchronization.
The instanciation is delayed because some synchronisations do not need such an unit and the unit may not exist.
Return type: | connector.unit.mapper.Mapper |
---|