Skip to Content
मेन्यू
This question has been flagged
1 Reply
1158 Views

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
Discard
Best Answer

Hi,

Please make the field in python as : 


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


Hope it helps

Avatar
Discard
Related Posts Replies Views Activity
4
अप्रैल 24
3134
1
दिस॰ 23
2656
0
अग॰ 25
294
4
मई 25
2789
2
मई 25
6210