Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
3285 มุมมอง

I have internal server error when I'm trying to access the Odoo.
I need to update/uninstall a module but I don't have access to settings page because I'm getting internal error.
I tried to deploy the module with this command: odoo deploy /path
But I don't have "base_import_module" installed. I'm also unable to instal this "base_import_module" module.

What to do next? Help!

Odoo13

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Andrzej,

You can install the module using "-i module_name" parameter in the command line.

Ex:

python3 odoo-bin --addons addons -i base_import_module

This will install the module. But first, you should investigate the internal server error and try to fix it.

อวตาร
ละทิ้ง
ผู้เขียน

I know exactly what caused internal server error. But I couldn't get to the setting to upgrade or uninstall the module.

Does "odoo-bin" or that flag exist in the package installed version of Odoo?

ผู้เขียน คำตอบที่ดีที่สุด

I finally managed to upgrade my desired module. To do this I kinda "hacked" a HTTP request.

I went to my second testing server, opened developer tools in the browser and copied a request that is send when user clicks an "Upgrade" button in the Apps.

Then I simply did the reverse in my production website. From the browser I've sent copied request with all the headers and body. And by miracle it worked!

อวตาร
ละทิ้ง

Superb. Nice to see you found workaround and make it work.

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
พ.ค. 15
3691
2
ส.ค. 25
2200
1
ก.ค. 25
749
1
ส.ค. 25
1150
0
พ.ค. 25
1258