Skip to Content
Menú
This question has been flagged
1 Respondre
3458 Vistes

Hello guys, I have a little problem, I want change a js options of the datepicker in Odoo, this js file is inside web module but when I try update this module I get the following error:


KeyError: 'event.registration' , If I restart the server Odoo works fine but I can't update the module, anyone could help me? Thanks!

Avatar
Descartar
Best Answer

Hi,

Did you add the event module as dependent module in the manifest file ?.

If not add the event as depend along with the other dependent module.

'depends': ['event'],

Thanks

Avatar
Descartar
Autor

Thanks for your reply Niyas Raphy, It looks like is a bug because when I restarted a second time the server It let me update the web module, Thanks!!

Related Posts Respostes Vistes Activitat
1
de nov. 23
2074
0
de març 15
4790
0
de març 15
3620
1
de març 15
4268
0
de nov. 20
2981