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

I added a new module on pycharm, found it working on odoo but tables didn't get created on postgres

아바타
취소

you question is too generic.  what's exactly is error?

and how do you know "it  working"? since the table doesnot created at all.

작성자

Actually i downloaded a new module and added it to pycharm, i updated the odoo apps, i found the module's interfaces on odoo but i can't find the module's tables on Postgres

Did you install the module after updating app list ? If you install the app and didn't throw any error the table will be created in your database.

베스트 답변

Hi,

Check you imported python files in __init__ of your new module , 

if you have  a  model  'hr.grade'  ,  a  new table named ' hr_grade ' will  be created in your database.


Thanks

아바타
취소
베스트 답변

Hi there,
The table in postgres should be automatically created when you install the app in odoo.
Otherwise may be you faced some error for other reasons.
Thanks.

아바타
취소