Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
9183 Tampilan

I upgrade a module that I made but for some reason it broke openerp, now I cant logged in and need openerp to not load that module, how can I do that?

Avatar
Buang
Penulis

How can I updated it from terminal?

Jawaban Terbai

Hi,

use pgadminIII and go to the table ir_module_module, search the line of your module, and change field state to "uninstalled" (without quote).

bye

Avatar
Buang
Jawaban Terbai

First you have to make that module error free and update that module from terminal in you are using ubuntu.

You can update module from terminal by -d your_database_name -u your_module_name options.

For example:

python openerp-server ../addons,../openerp-web/addons -d my_test_db -u my_custom_module

Here, -d means database -u means update

This options will update my module in OpenERP database.

You can find more options by --help.

Avatar
Buang
Jawaban Terbai

Instead of that the esay way is to just delete or move the module folder from addons folder and then restart OpenERP server and try to log in. You will be able to login easily! :)

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Jul 25
1856
0
Mar 24
1475
2
Nov 16
5692
3
Feb 16
16429
1
Mar 15
4121