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

"Ghost" cache - Stubborn problem in Odoo Custom development

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
odoo19
592 Görünümler
Avatar
Hein Htet Aung

I'm trying to change the default pop-up's UI of Odoo POS, as a part of developing custom module for a mobile shop using Odoo 19. The Point of Sale's OWL (Odoo Web Library) template has been overridden to make the pop-up clearer for a mobile shop.


The code and the file placement are correct. All possible causes have also been tried to solve. 

  1. Watchdog' module installed
  2. Went to the Point of Sale and did a Hard Reload (Cmd + Shift + R) to clear the browser's old files.
  3. Forced-Clear the Browser's Local Database (Clicked the "Application->Storage -> Clear site data" button from the Developer Tools)
  4. Disabled the server cache (--dev=all)
  5. Clicked "Regenerate Asset Bundles" for solving "stuck" frontend caches.
  6. Deleted the Manifest's Cache (the compiled Python files (__pycache__)
  7. Cleared Entire Browser Cache (both "Cookies and Site Data" and "Cached Web Content" are checked, and clicked Clear)
  8. Used the Developer Tools to clear cache (Storage tab->Indexed DB, right-click on localhost entry, and "Delete Database"). With the dev tools still open, did a Hard Reload.
  9. Restarted with All Flags (.../odoo.conf --dev=all -u mobile_shop)

Seems like the Odoo cache is still holding on to the old files, despite our best efforts. Thank you in advance for your suggestions. 


Here is our mobile_shop/__manifest__.py

    # Module dependencies

    'depends': [

        'base',

        'sale_management',

        'purchase',

        'stock',

        'point_of_sale',

        'mail',  # For chatter on repairs, etc.

    ],


  


    # Data files (we'll add views here)

    'data': [

         'security/ir.model.access.csv',

         'views/imei_history_views.xml',

         'views/stock_lot_views.xml',

         'views/product_template_views.xml',

    ],


    # Odoo will now be able to read this key

    'assets': {

        'point_of_sale.assets': [

            'mobile_shop/static/src/xml/pos_lot_popup.xml',

            'mobile_shop/static/src/css/pos.css',

        ],

    },


    'installable': True,

    'application': True,

    'auto_install': False,

}


File: mobile_shop/static/src/xml/pos_lot_popup.xml

<?xml version="1.0" encoding="UTF-8"?>

<templates id="template" xml:space="preserve">


    <t t-name="point_of_sale.EditListPopup" t-inherit="point_of_sale.EditListPopup" t-inherit-mode="extension" owl="1">

       

        <xpath expr="//h1[has-class('popup-title')]" position="replace">

            <h1 class="popup-title">

                <t t-if="props.title == 'Lot/Serial number(s) required'">

                    Enter IMEI Number(s) for <t t-esc="props.product.display_name"/>

                </t>

                <t t-else="">

                    <t t-esc="props.title"/>

                </t>

            </h1>

        </xpath>


        <xpath expr="//div[has-class('popup-body')]" position="inside">

            <p class="popup-help-text">

                Scan or type each IMEI. Press Enter after each one.

            </p>

        </xpath>


    </t>


</templates>

 

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
İlgili Gönderiler Cevaplar Görünümler Aktivite
Upgrade to Odoo 19 Çözüldü
upgrade odoo19
Avatar
Avatar
1
Eki 25
3712
LLM Model from Default Agent odoo 19
odoo19 ia
Avatar
Avatar
Avatar
2
Eki 25
606
Why can't I use Google Gemini to create AI fields in Odoo 19?
AI odoo19
Avatar
0
Eki 25
1174
odoo 16 saas
odoo18 odoo19
Avatar
0
Tem 23
4
Odoo Default Map View
javascript map odoo19
Avatar
0
Kas 25
138
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