Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

Odoo 18 Online: Display Invoice Total in a Selectable Secondary Currency (XOF Base)

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
accountinginvoicedevis
2 Antworten
1198 Ansichten
Avatar
Mahamane Dicko

Hello Odoo Community,

I'm using Odoo 18 Online and I'm trying to implement a feature on my customer invoices. My main company currency is XOF.

My Ultimate Goal: On the customer invoice form (account.move), I want to display the total amount due not only in XOF but also in a second currency (e.g., EUR or USD). Ideally, I'd like to have a dropdown menu where I can select this secondary currency, and the total amount in that currency would then display dynamically.

I have been able to create a field that compute the conversion from XOF to EUR, but it is static(I have to set the conversion rate in the code). 

I want the field to appear on the print invoice. From my understanding I can customize the print invoice later.  

0
Avatar
Verwerfen
Avatar
Mahamane Dicko
Autor Beste Antwort

Hi Cybrosys Techno Solutions Pvt.Ltd ,

Thank you so much for your detailed answer and for taking the time to explain the standard Odoo functionality with multiple currencies and the amount_residual_signed field. I appreciate the screenshots and the clear explanation!

What you've shown in your first screenshot (where the invoice is in EUR, and then there's an "Amount Due Signed" likely in the company's base currency, and "Amount Due" in EUR) is very close to the kind of display I'm looking for.

My specific use case is slightly different:

  • My company's main currency is XOF, and my invoices are typically created in XOF.
  • I want to keep the primary invoice total in XOF.
  • Additionally, I want to display an equivalent total in a selectable secondary currency (e.g., EUR or USD) on the same invoice. This secondary total would be for informational purposes and would be calculated using a current exchange rate.

For example, as shown in my invoice screenshot (VTE/2025/00052), the total is 354,000 CFA (which is XOF). I would love to have a dropdown where I can select, say, "EUR", and then next to it (or below the XOF total), it would display "Equivalent: ~540 EUR" (calculated using the current XOF/EUR rate).

There is what I get, when I follow your instructions. 


0
Avatar
Verwerfen
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Beste Antwort

Hi,


Odoo online 

Odoo Online Enterprise did not provide the self-hosted Odoo Community version's backend access or direct code customisation. But with the Odoo Studio module, Odoo offered customisation choices that let users alter the system in some ways without knowing how to code.


* Install Studio Module

You can choose multiple currencies, like in the image.

* Click on the Studio icon.


* Then search for the field 'Amount_residual_signed' from the 'Existing Field'. Drag and drop the field into the required position, and click on the 'Close' button to save the changes.


* You can see the field for 'Amount Due' in company currency as

 


Hope it helps.

0
Avatar
Verwerfen
Mahamane Dicko
Autor

I am sorry, i wasnt able to put image under your response, so I commented my own .I hope you get the notification. Thank you for your help.

Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
Automating Invoice Sending to Accountant Email
accounting invoice
Avatar
Avatar
1
Sept. 25
928
Unselect the Show in Invoices Footer option Gelöst
accounting invoice
Avatar
Avatar
Avatar
3
Feb. 25
3919
invoice number prefix Gelöst
accounting invoice
Avatar
Avatar
1
Nov. 24
3904
configure Invoice due date as 30 days from the date of creating the Invoice
accounting invoice
Avatar
Avatar
1
Dez. 23
3537
How to change the invoice number sequence?
accounting invoice
Avatar
Avatar
1
Apr. 21
8597
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now