Skip to Content
Menu
This question has been flagged
508 Views

def get_amount_text(self):

number_in_word = num2words(self.amount_total, lang='fr')

self.amount_text = number_in_word and number_in_word.capitalize()


num2word genere des faute d'orthographe ,comme 4 500 000 il met milion sans 's'

comment corriger ces fautesen python odoo

Avatar
Discard
Related Posts Replies Views Activity
1
Apr 22
1365
1
Aug 21
5705