Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
599 Vistas
odoo.tools.convert.ParseError: while parsing /mnt/extra-addons/dental_clinical_management/views/dental_patients_views.xml:4
Error while validating view:

Element '<xpath expr="//button[@name=&#39;669&#39;]">' cannot be located in parent view

View error context:
{'file': '/mnt/extra-addons/dental_clinical_management/views/dental_patients_views.xml',
 'line': 2,
 'name': 'res.partner.view.form.inherit.dental.clinical.management',
 'view': ir.ui.view(2486,),
 'view.model': 'res.partner',
 'view.parent': ir.ui.view(123,),
 'xmlid': 'view_partner_form'}


i had been tried odoo version 16/17 to do activation of that module done by cyprosys company but always facing this erro as i mentioned earilar , im using community versions and i want go through this module for learning some issues , so colud anyone help me do so or is there any tricks i should do before , by the way im using postgres version 16 along with this odoo 16/17 versions and im using dokcer container for implementing that


Avatar
Descartar
Mejor respuesta

Hi,

The issue you're seeing:

Uncaught Javascript Error > this._tables.difference is not a function

suggests that there’s a problem loading part of Odoo’s JavaScript code, possibly due to a caching issue or a failed update.

Here’s what I recommend:

1. Do a Hard Refresh (clears cached scripts that may be causing the issue):

  • On Windows/Linux: Press Ctrl + F5
  • On Mac: Press Cmd + Shift + R

2. Check Your Browser Console for More Info:

  • Press F12 (or Ctrl + Shift + I / Cmd + Option + I on Mac)
  • Click the "Console" tab
  • Try opening the app/page again
  • Take a screenshot of any red error messages that appear

Please send the screenshot—it will help identify whether this is a browser-side caching issue, a corrupted JS file, or something else..


Hope it helps

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
feb 25
484
2
jun 25
297
0
feb 25
806
1
feb 25
1029
0
ene 25
1109