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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
3893
Vues
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
1
juil. 17
|
5925 | ||
|
2
mars 15
|
5542 | ||
|
0
mars 15
|
3964 | ||
|
1
mars 15
|
9771 | ||
|
0
mars 15
|
4057 |