İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
1550 Görünümler

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

Avatar
Vazgeç
En İyi Yanıt

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.

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Oca 25
1148
1
Şub 23
3699
1
Eki 25
296
1
Eki 25
1461
1
Eki 25
1932