İç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

Change the color of cards in the kanban view

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
4 Cevaplar
7706 Görünümler
Avatar
Pavel
I need to change the color of cards in the kanban view according to a condition, which would be the status(field stage_id), I am doing this but it does not work for me,
that is in odoo15 and I want to do it in this view
maintenance.hr_equipment_request_view_kanban, it changes the color for me, but the condition does not work for me, it puts them all the same color

expr="//div[contains(@t-attf-class, 'oe_kanban_card')]" position="attributes">
t-debug="pdb">
t-if="record.name.raw_value == 'Pendiente'">
name="t-attf-style">background-color: #0adbf4;

t-else="">
name="t-attf-style">background-color: #09c05f;




1
Avatar
Vazgeç
Avatar
Jainesh Shah(Aktiv Software)
En İyi Yanıt

Hi @Pavel

Hope you are doing well.

Here in your code the issue being caused is that the t-if condition is not being applied as this does not work.
For this you will need to apply the condition within the attribute > t-att-style which will solve the issue you are getting for all the cards getting the same color applied.

Please find code in comment.

I hope this will help you. 

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

0
Avatar
Vazgeç
Jainesh Shah(Aktiv Software)

Here is a code sample for reference:

<xpath expr="//div[contains(@t-attf-class, 'oe_kanban_card')]" position="attributes">
<attribute name="t-att-style">(record.stage_id.value == 'New Request') and 'background-color: #0adbf4;' or 'background-color: #09c05f;'</attribute>
</xpath>

Pavel
Üretici

It worked for me, thank you very much, I only have the doubt, here I see that field_name.value takes the value that the field has in the form, in the text field, but how to take the value that is in the database, for example stage_id in base of data saves an id and another thing is that I have tried with fields that I add with inheritance and it gives me the following error
UncaughtPromiseError > TypeError

Unknown promise > dict.record.maintenance_type is undefined

Jainesh Shah(Aktiv Software)

Hi @Pavel

As you have seen that I have used (record.stage_id.value == 'New Request') so this will take the form value in text field (which is visible in form).

As you need to take the value from the database which will be the id you will then need to use this line of code (record.stage_id.raw_value == 5) instead of the record.stage_id.value.

For the error that you are facing is because you will need to add the field in the kanban view before you can use it in the view.

Here is the code that you could also use if you need the same thing for the other field:
<xpath expr="//field[@name='activity_state']" position="after">
<field name="maintenance_type"/>
</xpath>
<xpath expr="//div[contains(@t-attf-class, 'oe_kanban_card')]" position="attributes">
<attribute name="t-att-style">(record.maintenance_type.raw_value == 'preventive') and 'background-color: #0adbf4;' or 'background-color: #09c05f;'</attribute>
</xpath>

Hope this will solve you problem.

Pavel
Üretici

excellent answer, thank you very much for your help

Avatar
Pete Charalampopoulos
En İyi Yanıt

How about if we want the code to work for past the deadline? Make the card red when todays date is greater than the deadline date?

i modified the code to this:


(record\.date_deadline\.value\ ==\ context_timestamp\(datetime.date.today())) and 'background-color: #0adbf4;' or 'background-color: #09c05f;'

but i get the following error:

Uncaught Promise > Cannot read properties of undefined (reading 'date')

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

Hi,

Try the below code.

<xpath expr="//div[contains(@t-attf-class, 'oe_kanban_card')]"
                   position="replace">
                <t t-if="record.stage_name.value == 'New Request'">
                  <div t-attf-class="{{!selection_mode ? 'oe_kanban_color_' + kanban_getcolor(record.color.raw_value) : ''}} oe_kanban_card oe_kanban_global_click                     oe_semantic_html_override"
                         style="background-color: #0adbf4;">....</div>
                </t>
                <t t-else="">
                <div t-attf-class="{{!selection_mode ? 'oe_kanban_color_' + kanban_getcolor(record.color.raw_value) : ''}} oe_kanban_card oe_kanban_global_click                     oe_semantic_html_override"
                         style="background-color: #09c05f;">....</div>
                </t>
</xpath>


We will get output like below.


Regards

0
Avatar
Vazgeç
Pavel
Üretici

It did not work for me, the stage_name field does not exist, the one that is called stage_id, also as you used replace, what it does is put a div without data and green when I try with a field that exists

Avatar
Pavel
Üretici En İyi Yanıt
It worked for me, thank you very much, I only have the doubt, here I see that field_name.value takes the value that the field has in the form, in the text field, but how to take the value that is in the database, for example stage_id in base of data saves an id and another thing is that I have tried with fields that I add with inheritance and it gives me the following error
UncaughtPromiseError > TypeError

Unknown promise > dict.record.maintenance_type is undefined


0
Avatar
Vazgeç
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
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