Hello,
How i can convert the amount of invoice /quotation to a text in Odoo 11 ?
Thanks in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
How i can convert the amount of invoice /quotation to a text in Odoo 11 ?
Thanks in advance
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up