I added a new module on pycharm, found it working on odoo but tables didn't get created on postgres
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
2
Trả lời
2733
Lượt xem
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
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
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.