Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Javascript changes do not reflect when refreshing web browser tab

Subscriure's

Get notified when there's activity on this post

This question has been flagged
javascriptposxmlrefreshscss
4 Respostes
4008 Vistes
Avatar
Panos Anagnostakis

I have created a module that adds extra functionality to point of sale.

When I edit a javascript file in my module and refresh the pos web page, the changes are not applied.

The same happens with xml and scss changes.

The only way is to restart the odoo server and then refresh the web page.

Is there something I can do to apply changes in the client files (js,xml,scss) by refreshing the web browser page without having to restart the server prior to this?

0
Avatar
Descartar
Avatar
Darshan Parmar
Best Answer

Panos Anagnostakis, if you want to reload you assets file without server reload just add  ?debug=assets after web part 
For exmaple= 

http://localhost:8090/web?debug=assets#action=1444&cids=1&menu_id=994

0
Avatar
Descartar
Avatar
Jaiswal Shivam
Best Answer

Hello Panos Anagnostakis

https://chromewebstore.google.com/detail/odoo-debug/hmdmhilocobgohohpdpolmibjklfgkbi


Add this extension to your chrome browser and active aseets mode by double clicking on this and you don't need to restart the server you have to just refresh the browser and your js changes will automatically reflected

Thanks

0
Avatar
Descartar
Panos Anagnostakis
Autor

Thanks for the suggestion!

I activated assets mode and when it refreshes i get the following error (which error doesn't occur if debug=0 or debug=1, only for debug=assets):


Chrome.js:92 TypeError: Cannot read properties of null (reading 'addEventListener')
at hooks.js:155:1
at ProductsWidget.<anonymous> (owl.js:5781:1)
at owl.js:2561:1
at RootFiber.complete (owl.js:1670:1)
at Scheduler.processFiber (owl.js:5560:1)
at owl.js:5535:1
at Set.forEach (<anonymous>)
at owl.js:5535:1
Chrome.js:92 TypeError: Cannot read properties of null (reading 'addEventListener')
at hooks.js:155:1
at SetSaleOrderButton.<anonymous> (owl.js:5781:1)
at owl.js:2561:1
at RootFiber.complete (owl.js:1670:1)
at Scheduler.processFiber (owl.js:5560:1)
at owl.js:5535:1
at Set.forEach (<anonymous>)
at owl.js:5535:1
(anonymous) @ Chrome.js:92
_handleError @ owl.js:106
_handleError @ owl.js:118
_handleError @ owl.js:118
handleError @ owl.js:136
handleError @ owl.js:5700
complete @ owl.js:1687
processFiber @ owl.js:5560
(anonymous) @ owl.js:5535
(anonymous) @ owl.js:5535
requestAnimationFrame (async)
flush @ owl.js:5533
setCounter @ owl.js:1693
_render @ owl.js:1626
render @ owl.js:1613
updateAndRender @ owl.js:2449
await in updateAndRender (async)
(anonymous) @ owl.js:5673
template @ VM2039:66
node.renderFn @ owl.js:2637
_render @ owl.js:1621
render @ owl.js:1613
updateAndRender @ owl.js:2449
await in updateAndRender (async)
(anonymous) @ owl.js:5673
slot1 @ VM2017:37
callSlot @ owl.js:2896
template @ VM2018:10
_render @ owl.js:1621
render @ owl.js:1613
updateAndRender @ owl.js:2449
await in updateAndRender (async)
(anonymous) @ owl.js:5673
template @ VM2017:132
node.renderFn @ owl.js:2637
_render @ owl.js:1621
render @ owl.js:1613
render @ owl.js:2391
await in render (async)
render @ owl.js:2660
(anonymous) @ Chrome.js:201
Promise.then (async)
_runBackgroundTasks @ Chrome.js:200
(anonymous) @ Chrome.js:151
setTimeout (async)
start @ Chrome.js:151
await in start (async)
start @ Chrome.js:10
start @ Chrome.js:8
configureAndStart @ chrome_adapter.js:75
setup @ Chrome.js:95
ComponentNode @ owl.js:2325
(anonymous) @ owl.js:5691
template @ VM2007:12
_render @ owl.js:1621
render @ owl.js:1613
initiateRender @ owl.js:2347
await in initiateRender (async)
(anonymous) @ owl.js:5693
template @ VM2006:14
_render @ owl.js:1621
render @ owl.js:1613
initiateRender @ owl.js:2347
await in initiateRender (async)
mountComponent @ owl.js:2331
mountNode @ owl.js:5636
mount @ owl.js:5607
startWebClient @ start.js:48
await in startWebClient (async)
startPosApp @ main.js:33
(anonymous) @ main.js:36
(anonymous) @ boot.js:127
processJob @ boot.js:125
processJobs @ boot.js:196
(anonymous) @ boot.js:137
Promise.then (async)
(anonymous) @ boot.js:134
processJob @ boot.js:125
processJobs @ boot.js:196
(anonymous) @ boot.js:137
Promise.then (async)
(anonymous) @ boot.js:134
processJob @ boot.js:125
processJobs @ boot.js:196
odoo.define @ boot.js:253
(anonymous) @ legacy_setup.js:1

Avatar
Panos Anagnostakis
Autor Best Answer

I'm working on odoo 16

0
Avatar
Descartar
Avatar
Nikhil Nakrani
Best Answer

Hi Panos Anagnostakis,

which version odoo?

if its before 15 you need add xml/assests file to add your all assets

and if after 15 then you need add assets in manifest.

Thanks

0
Avatar
Descartar
Panos Anagnostakis
Autor

I'm working on odoo 16

Panos Anagnostakis
Autor

My problem isn't that the assets are not working. I've already added the file paths in manifest.py. My problem is that if I make a change in an asset file, I have to restart the odoo server before refreshing the web browser page in order to make my change be applied.

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

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

Registrar-se
Related Posts Respostes Vistes Activitat
Max allowed quantity in pos
javascript pos xml odoo10.0
Avatar
0
de set. 20
38
How to hide/show custom button based on condition in odoo10 Point of sale ? Solved
javascript pos xml odoo10.0
Avatar
Avatar
Avatar
4
de maig 18
13889
t-foreach not working on POS template screen Solved
javascript pos xml template owl
Avatar
Avatar
Avatar
2
de juny 23
4185
click by div class in POS POPUP , Data from web model Odoo 10
javascript pos xml web odoo10
Avatar
0
de febr. 17
4421
does odoo 17 allow to add button to Navbar header in point of sale session inside it to get dynamic data
javascript pos
Avatar
Avatar
1
de nov. 24
2241
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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