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

Hi, after adding new field in res_users table. can't upgrade and "internal server error" showing in V10.

아바타
취소
베스트 답변

Hi Dhivya,


In Odoo, if you add new fields in res_users, res_partner etc, you need to upgrade the module as soon as you restart the service. So you have can either restart the service from command line and also pass the your custom module as an argument to update it at the same time. In order to do this stop your odoo service and run the following command.


./odoo-bin -c /path/config_file_name -d database_name -u module_name

This will upgrade your module and you won't get the internal server error. Another way is to open the the custom module from the Apps menu. You can see the upgrade and uninstall button now. Now restart the service and when the service restart, upgrade the module and it will upgrade without any issues.
아바타
취소
베스트 답변


Hi,

    just try to upgrade the module through CLI.

 ./odoo-bin -d Database -u module_name -c location_of_conf -p port -r dbuser -w dbpasword


아바타
취소
관련 게시물 답글 화면 활동
1
11월 20
4326
0
3월 15
3001
4
12월 23
39549
1
11월 24
2351
0
2월 24
1358