Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3456 Переглядів

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!

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Автор

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 Відповіді Переглядів Дія
1
лист. 23
2073
0
бер. 15
4789
0
бер. 15
3619
1
бер. 15
4268
0
лист. 20
2981