콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
9449 화면

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?

아바타
취소
작성자

How can I updated it from terminal?

베스트 답변

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

아바타
취소
베스트 답변

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.

아바타
취소
베스트 답변

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! :)

아바타
취소
관련 게시물 답글 화면 활동
2
7월 25
2321
0
3월 24
1702
2
11월 16
5910
3
2월 16
16675
1
3월 15
4353