First page Back Continue Last page Text

Notes:


Parser dict methods are used to transform XML returned by web service into a dict which is used by ERP5 to create brains objects which simulates an ERP5 object. As name of tags used by a web service can be different, a mapping between this tags and ERP5 object properties has to be done. This is achieved thanks to the Target Parser Interface available in the lxml lib.