Hello guys!!!
Please, i use odoo and i have tried this:
'prix_x': float (r['int_service_unit']) * res3[0]['prix_reel_unitaire'],
where r['int_service_unit'] is an integer and res3[0]['prix_reel_unitaire'] is a float but the operation is incorrect.
What should i do please..