Hey! Adding a total price in words in Latvian can kinda be tricky but you can definitely do it with odoo. If you know a bit of Python and Odoo's framework, you're close to solving it.
First, create a custom module if you haven't done that yet. You'll be dealing with a report template, usually in QWeb for Odoo reports. The tough part? Converting numbers to words in Latvian. Write a Python function to tackle this, or if you're lucky, find an existing library that supports it.
Once you got your function sorted, tweak your QWeb template to use it and display the total in words. You might need to dive into Odoo’s docs and forums for tips on report customization. Peek at Python string manipulation guides too. And hey, don't worry if it gets overwhelming; Odoo’s logic can be weird. Believe me, I had to tweak this once, too.
you got this! Keep in mind this system is all about showing numbers in an understandable way to all users involved, aligning with business logic. Good luck!
How to get where? Do you realize you are too ambiguous and general?