This question has been flagged
2 Replies
2041 Views

Hi, I'm a beginner in Odoo and  I want to convert the full amount in a custom_report to words in Invoicing module. Can somebody give me an idea of how can i do that? I have already the py file for conversion. 

Avatar
Discard
Best Answer

Hi Kevin ,

You can use the 'amount_to_text' method from the res currency model.
For reference, please check this.

Hope it will help you.

Avatar
Discard
Author Best Answer

Thanks, Malay, works perfectly.

Avatar
Discard

Great !!
Can you please give a vote for the answer.