Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[IMP] product_cost_usd: Use product.template in the price calculation T#53875 #1586

Closed ajqn9094 closed 1 year ago

ajqn9094 commented 1 year ago

Modification to avoid errors coming from the store when listing the products, due to the fact that the the ID of the record used may belong to the product.template model, therefore change the iteration object to the variable products_qty_partner to more directly take the value of the product used in the process

ajqn9094 commented 1 year ago

@luisg123v Could you review please?

Thanks in advance.