odoo_xmlrpc_twisted.functions.get_product_list

Get the list of products for a user, optionally filtered by place.

Functions

get_product_list(partner_id[, place])

Get the list of products for a given user (x_partner_id), optionally filtered by a place (x_place), including the last stock move and the 'image_128_front' attachment.

odoo_xmlrpc_twisted.functions.get_product_list.get_product_list(partner_id, place=None)[source]

Get the list of products for a given user (x_partner_id), optionally filtered by a place (x_place), including the last stock move and the ‘image_128_front’ attachment.

Parameters: - partner_id: str - place: str or None; if ‘all’ or None, returns all products for the user

Returns: - list of product dicts