Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Sales Price $0 in Sales Order Line #117

Open
vishmehra opened this issue Jul 31, 2017 · 0 comments
Open

Sales Price $0 in Sales Order Line #117

vishmehra opened this issue Jul 31, 2017 · 0 comments

Comments

@vishmehra
Copy link

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})
    

`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant