In native reports, it’s possible to change the format of the values from 12340,56 to $ 12.340,56
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
2
Antwoorden
4951
Weergaven
Hi,
In PDF , qweb you can use widget,
<span t-esc="o.amount or 0.00" t-options="{'widget': 'monetary'}"/>
In xls, you can access the symbol of your currency,
sheet.write(row, col, self.env.user.company_id.currency_id.symbol, Style.normal_right())
You should use the monetary widget, look at the native reports to see how it is done.
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden