跳至內容
選單
此問題已被標幟
1 回覆
1534 瀏覽次數

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.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
1月 25
1136
1
2月 23
3693
1
10月 25
260
1
10月 25
1451
1
10月 25
1932