-
- Downloads
[FIX] purchase_requisition: wrong seller in context to get supplier info
the context passed to the method _get_product_purchase_description for the seller_id is wrong. system is expecting to get product.supplierinfo record set in this context key and from this function res.partner record set is passed, which results in the below error:
Record does not exist or has been deleted.
(Record: product.supplierinfo(70,), User: 2)
closes odoo/odoo#105012
Signed-off-by:
Tiffany Chang <tic@odoo.com>
Please register or sign in to comment