You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
Impacted versions:
Odoo 10.
Steps to reproduce:
Create a product
Setup pricelist based on Cost
Website configurator works just fine
product_configurator_wizard in the application shows price as $0.
Current behavior:
Price from the pricelist which is based on cost is set to $0.
Expected behavior:
Price from the pricelist should be setup correctly based on cost
Video/Screenshot link (optional):
Line 833: in product_configurator_wizard/wizard/product_configurator.py should look at price_unit
`- line_vals.update({'name': sale_line.name})
line_vals.update({'name': sale_line.name,'price_unit': sale_line.price_unit or sale_line.product_id.lst_price})
`
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Impacted versions:
Odoo 10.
Steps to reproduce:
Create a product
Setup pricelist based on Cost
Website configurator works just fine
product_configurator_wizard in the application shows price as $0.
Current behavior:
Price from the pricelist which is based on cost is set to $0.
Expected behavior:
Price from the pricelist should be setup correctly based on cost
Video/Screenshot link (optional):
Line 833: in product_configurator_wizard/wizard/product_configurator.py should look at price_unit
`- line_vals.update({'name': sale_line.name})
`
The text was updated successfully, but these errors were encountered: