Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
2658 Visualizzazioni

Hey guys, 


I'm getting this error after migrating a bd to v17, I thought it was the lack of the file inside the module, because supposedly this module in version 17 doesn't have this js file.


However, even adding it the error remains the same, does anyone know how I can overcome this?


Thanks in advance.






Avatar
Abbandona
Risposta migliore

You need to get latest code from https://github.com/OCA/server-ux/tree/17.0

I see that your date_range module code is in v16 not v17

Avatar
Abbandona
Autore Risposta migliore

Hello,


Thank you very much for your help.


But I managed to solve the problem in another way.


For some reason, even installing the module in version 17, it was automatically creating the error js file and the folder with the view inside the static, after I deleted these two files, it worked.


But thanks anyway :)

Avatar
Abbandona
Risposta migliore

Hi,

You can try importing FIELD_OPERATORS and applying the patch as shown in the code below:

const { FIELD_OPERATORS, FIELD_TYPES } = require('web.searchUtils');

const { patch } = require('web.utils');


Hope it helps

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
lug 24
1360
2
dic 24
986
1
ago 25
1720
2
ago 25
282
1
lug 25
562