İçereği Atla
Odoo Menü
  • Portal
  • Ücretsiz deneyin
  • Uygulamalar
    Finans
    • Muhasebe
    • Faturalama
    • Masraf Yönetimi
    • Elektronik Çizelge (BI)
    • Belgeler
    • İmza
    Satış
    • Müşteri İlişkileri Yönetimi (CRM)
    • Satış
    • Satış Noktası Mağaza
    • Satış Noktası Restoran
    • Abonelikler
    • Kiralama
    Web Sitesi
    • Web Sitesi Oluşturucu
    • eTicaret
    • Blog
    • Forum
    • Canlı Sohbet
    • eÖğrenme
    Tedarik Zinciri
    • Envanter
    • Üretim
    • Ürün Yaşam Döngüsü Yönetimi
    • Satın Alma
    • Bakım
    • Kalite
    İnsan Kaynakları
    • Çalışanlar
    • İşe Alım
    • İzin
    • Değerlendirme
    • Referans
    • Filo Yönetimi
    Pazarlama
    • Sosyal Medyada Pazarlama
    • E-posta ile Pazarlama
    • SMS ile Pazarlama
    • Etkinlikler
    • Pazarlama Otomasyonu
    • Anket
    Hizmetler
    • Proje Yönetimi
    • Çalışma Çizelgeleri
    • Saha Hizmeti
    • Yardım Masası
    • Planlama
    • Randevular
    Verimlilik
    • Sohbet
    • Onay
    • Nesnelerin İnterneti
    • VoIP
    • Bilgi Bankası
    • WhatsApp
    Üçüncü taraf uygulamalar Odoo Stüdyo Odoo Bulut Platformu
  • Sektörler
    Perakende satış
    • Kitapçı
    • Giyim Mağazası
    • Mobilya Mağazası
    • Gıda Marketi
    • Hırdavat Dükkanı
    • Oyuncak Dükkanı
    Gıda ve Konaklama
    • Bar ve Pub
    • Restoran
    • Fast Food Restoranı
    • Konuk Evi
    • İçecek Distribütörü
    • Otel
    Gayrimenkul
    • Emlak Acentesi
    • Mimarlık Firması
    • İnşaat
    • Emlak Yönetimi
    • Bahçe Tasarımı
    • Mülk Sahipleri Derneği
    Uzmanlık
    • Muhasebe Firması
    • Odoo Partner
    • Pazarlama Ajansı
    • Hukuk Firması
    • Yetenek Kazanımı
    • Denetim ve Belgelendirme
    Üretim
    • Tekstil
    • Metal
    • Mobilyalar
    • Gıda
    • Bira fabrikası
    • Kurumsal Hediye
    Sağlık ve Spor
    • Spor Kulübü
    • Optik Mağazası
    • Fitness Merkezi
    • Sağlıklı Yaşam Merkezi
    • Eczane
    • Kuaför Salonu
    Ticaret
    • Tamirci
    • BT Donanım & Destek
    • Güneş Enerjisi Sistemleri
    • Ayakkabı İmalatçısı
    • Temizlik Hizmetleri
    • HVAC Hizmetleri
    Diğerleri
    • Kar Amacı Gütmeyen Kuruluş
    • Çevre Ajansı
    • Reklam Panosu Kiralama
    • Fotoğrafçılık
    • Bisiklet Kiralama
    • Yazılım Bayisi
    Tüm Sektörlere Göz Atın
  • Topluluk
    Öğrenim
    • Eğitim Araçları
    • Dokümantasyon
    • Sertifikasyonlar
    • Eğitim Etkinlikleri
    • Blog
    • Podcast
    Eğitim ve Gelişim
    • Eğitim Programı
    • Scale Up! İşletme Oyunu
    • Odoo'yu Ziyaret Edin
    Yazılım
    • İndirin
    • Sürümleri Kıyaslayın
    • Sürümler
    İş Birliği
    • Github
    • Forum
    • Etkinlikler
    • Çeviriler
    • Partner Olun
    • Partnerler için Hizmetler
    • Muhasebe Firmanızı Kaydettirin
    Hizmetler
    • Partner Bulun
    • Muhasebeci Bulun
    • Bir danışmanla görüşün
    • Kurulum Hizmetleri
    • Müşteri Referansları
    • Destek
    • Sürüm Yükseltme
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Demo randevusu alın
  • Fiyatlandırma
  • Yardım

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

  • Müşteri İlişkileri Yönetimi
  • e-Commerce
  • Muhasebe
  • Envanter
  • PoS
  • Proje Yönetimi
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
Yardım

Remove Currency Symbol in Monetary Fields

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
fieldcurrencyremovemonetarysymbol
6 Cevaplar
7485 Görünümler
Avatar
ESHANG Harshana

Hi Guys,

I need to remove the currency symbol for a specific monetary field.

Is this possible?


Please note that this is for a form view and not for a QWEB view.


Thank you

Eshan Harshana


0
Avatar
Vazgeç
Cybrosys Techno Solutions Pvt.Ltd

https://www.odoo.com/forum/help-1/solved-how-to-remove-currency-symbol-from-monetary-field-qweb-report-98462

Jenish M

@ESHANG Harshana is asked for form view but this link is for QWEB!

Avatar
Cybrosys Techno Solutions Pvt.Ltd
En İyi Yanıt

Hi,
Try this  code
Edit the XML View:
Find the field you want to modify.
It should look something like this in the XML view: 

<field name="amount_total" />

Add the options attribute to the field definition, specifying the 'currency_no_symbol' option:

<field name="amount_total" options="{'currency_no_symbol': True}" />

 

By adding this attribute with the 'currency_no_symbol' option, you are instructing Odoo to display the monetary value without the currency symbol.

Hope it helps

0
Avatar
Vazgeç
Avatar
Rafael Krupinski
En İyi Yanıt
<span t-field="line.price_subtotal" t-options='{"widget": "float", "precision": 2}'/>


I think form should support the same options


odoo 17

3
Avatar
Vazgeç
Avatar
Ufuk Togay
En İyi Yanıt

I have found another solution. Add below code to your model:

    def formatted_amount(self):

        return self.env['ir.qweb.field.monetary'].value_to_html(

            self.amount,

            {

                'currency': self.currency_id,

                'display_currency': self.currency_id

            }

        ).replace(self.currency_id.symbol, '').strip()

 And then use it like this:

<td class="text-end font-monospace" >

      <t t-esc="record.formatted_amount()" />

</td>​​

A bit tricky but couldn't get other suggestions work.

0
Avatar
Vazgeç
Avatar
Ismael C
En İyi Yanıt

Hi, to remove currency symbols from models, try this solution, it worked.

example for a qweb field model in xml:   

"line.price.replace('€', '')" /> 

( replace  '€' with the currency symbol you use)

0
Avatar
Vazgeç
Avatar
Jenish M
En İyi Yanıt

In the xml use widget="float" in the specific monetary field

example:

       field name="your_field" widget="float"/>

0
Avatar
Vazgeç
Avatar
Michael Hofer
En İyi Yanıt

I have tried the solution from Cybrosys, but it does not work:

span t-field="line.price_total" groups="account.group_show_line_subtotals_tax_included" t-field-options="{'widget': False}"/

Have you ever managed to find a way how to hide the symbol?


Apologies for the weird formatting - Odoo strips all tags in the answer, even when it's formatted as code.

0
Avatar
Vazgeç
Michael Hofer

I have seen that there is a `no_symbol` Option: https://github.com/odoo/odoo/blob/c00baa010e7981f16bf3047cee6aaee1fc0f7495/addons/web/static/tests/views/fields/monetary_field_tests.js#L930

However, I haven't found a way to use this in a QWeb view. Does anybody have a working solution?

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Üye Ol
İlgili Gönderiler Cevaplar Görünümler Aktivite
How can i display company default currency symbol in my inherited views?
currency symbol
Avatar
Avatar
1
Mar 15
6663
Symbol of local currency AFTER the digits? Çözüldü
currency symbol Community
Avatar
Avatar
1
Eyl 17
7144
How to display Currency Logo After Custom Field in ODOO 10.
currency monetary odoo10
Avatar
Avatar
1
Ağu 17
14268
How to show a symbol inside a field like with the monetary widget? Çözüldü
widget field monetary
Avatar
Avatar
1
May 17
5300
[8.0] Currency position / Symbol Position - left to right Çözüldü
currency position symbol
Avatar
Avatar
1
Haz 16
11063
Topluluk
  • Eğitim Araçları
  • Dokümantasyon
  • Forum
Açık Kaynak
  • İndirin
  • Github
  • Runbot
  • Çeviriler
Hizmetler
  • Odoo.sh Hosting
  • Destek
  • Sürüm Yükseltme
  • Özel Geliştirmeler
  • Eğitim
  • Muhasebeci Bulun
  • Partner Bulun
  • Partner Olun
Hakkında
  • Şirketimiz
  • Pazarlama Gereçleri
  • İletişim
  • Kariyer
  • Etkinlikler
  • Podcast
  • Blog
  • Müşteriler
  • Hukuki • Gizlilik
  • Güvenlik
الْعَرَبيّة 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, müşteri ilişkileri yönetimi, eTicaret, muhasebe, envanter, satış noktası, proje yönetimi gibi şirketinizin tüm ihtiyaçlarını karşılayan bir açık kaynak işletme uygulamaları paketidir.

Odoo’nun eşsiz değer önermesi, aynı anda hem kullanımının çok kolay olup hem de tamamen entegre olmasıdır.

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