Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
1535 Представления

Hello All

I am in v16 (odoo-sh) i requested for test v17 it has succeed and restored in the staging branch i have few modules in my data base mostly i did it myself now problem is data base is not loading but if i delete all module from git  database will load and i can install them again even i not update them they will install without any problem now question is how can i run the database without delete them and install them again ? I have tried to add some empty lines and then commit but problem will not solve

Аватар
Отменить
Лучший ответ

Hi,


Check the Odoo.sh build logs to find the first traceback or error showing which custom module fails to load.


In the failing module’s __manifest__.py, set 'installable': False temporarily so the database can start.


Review that module’s code for v17 changes such as new manifest fields, renamed assets, or removed fields and APIs.


Fix the issues and test the module locally using a v17 Odoo source before pushing to Odoo.sh.


Once the module works without errors, change 'installable': True again and rebuild on Odoo.sh.


Repeat the same process for other custom modules until all load successfully without needing deletion.


Hope it helps.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
янв. 25
1136
1
февр. 23
3693
1
окт. 25
262
1
окт. 25
1452
1
окт. 25
1932