I'm using odoo version 15 and I want to convert numbers to text and I tried
from odoo.tools import amout_to_text_en
but it didn't work for me
I got the error message :
ImportError: cannot import name 'amount_to_text_en' from 'odoo.tools'
I even tried to import the amount_to_text function from odoo.addons.base.models.res_currency but it didn't work as well