orelevance = {'Medium 6': '0.6'}
s = orelevance.values()
a = float([x for x in s][0])
cost = 1000
print(a*cost)Basically what this does is it takes a dictionary, converts the value to a float and multiplies it by the cost.
In Odoo I have an item in the inventory that has a cost which i believe is the field standard_price,
and I want to take that cost and multiply it by a selection in a drop down list. Hence converting the dictionary into a float.
The result would then get stored in a new list_price field.
Can anyone help with this. I can explain it some more if my question isn't totally clear.
Esta pergunta foi sinalizada
5274
Visualizações
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
Compute the field only in the form view
Resolvido
|
|
1
jul. 17
|
6744 | |
|
|
2
mar. 15
|
6537 | ||
|
|
0
mar. 15
|
5251 | ||
|
|
1
mar. 15
|
11316 | ||
|
|
0
mar. 15
|
5089 |