Skip to Content
Menu
This question has been flagged
1 Reply
968 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
Apr 24
2858
1
Dec 23
2467
4
May 25
2479
2
May 25
5817
0
Mar 25
1320