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

How do I reflect changes made to some model (adding a field, deleting a model, etc.) into database? I wonder if Odoo provides some facility to handle database schema migrations or how to do that.

Any help greatly appreciated.

아바타
취소

Changes to the model schema can be made via the User Interface or via modules using Python. Which method are you using? You also mention migration. Are you migrating between versions? Perhaps some lower level detail about what you are doing and what's not working would help get your question answered?

작성자

Hi Ray, the question was not well posed because I didn't yet read enough docs to formulate it appropriately. In the meantime I read some docs, and understand I can prototype models and use them as templates for new models, which partially answers my question. But, what should I do if I want to modify an existing model, already in postgres and with table containing data? Hope now it makes sense. Thanks.

관련 게시물 답글 화면 활동
database migration 해결 완료
1
3월 23
2206
1
4월 17
3481
1
1월 25
5984
Databse schema 해결 완료
2
3월 15
9524
0
12월 22
1921