This question has been flagged
1 Reply
1859 Views

Hello,

How i can convert the amount of invoice /quotation to a text in Odoo 11 ?

Thanks in advance

Avatar
Discard
Best Answer

odoo by default provide  amount_to_text method in ResCurrency class. You can use if you have currency_id or you can directly call num2words(number, lang=lang).title().  It will convert number to text.

Avatar
Discard