How To Convert Numbers To Words In Odoo?
In the invoice, I want to convert total amount to words in Indian numbering system(hundreds, thousands, lakhs, crores). I cant use amount_to_text library module since it has been s
Solution 1:
You could use amount_to_text_en
function from openerp.tools
this function takes 3 parameters the_value , the_partner.lang and the currency_name then it will be not just Euro it will return any currency you pass to it.
Post a Comment for "How To Convert Numbers To Words In Odoo?"