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