Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
1446 Vues

i am using odoo 17. i have a one field 'wage' and it is a salary like number 1254200. i want comma in this number using Indian standard number comma format for example 12,54,200.00 how can i using python ?


Avatar
Ignorer
Meilleure réponse

Hi,

Please make the field in python as : 


                wage = fields.Monetary(string="Wage")


Hope it helps

Avatar
Ignorer
Publications associées Réponses Vues Activité
4
avr. 24
3726
1
déc. 23
3195
4
oct. 25
2961
2
sept. 25
1901
4
sept. 25
7021