跳至内容
菜单
此问题已终结
1 回复
976 查看

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 ?


形象
丢弃
最佳答案

Hi,

Please make the field in python as : 


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


Hope it helps

形象
丢弃
相关帖文 回复 查看 活动
4
4月 24
2875
1
12月 23
2482
4
5月 25
2493
2
5月 25
5851
0
3月 25
1334