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

Hi

i use:

ubuntu 19.04, odoo 12.0

i followed thi documentation (the link below):

https://www.odoo.com/documentation/12.0/howtos/backend.html

i'm in thhis title: 

so when i write this code 

>>

"from odoo import models, fields


class MinimalModel(models.Model):
_name = 'academy.model'

name = fields.char(string="Title", required=True)"
I DON'T FIND THE MODELS IN THE SETTING > Technical > Database structure > models,
When i'm searching of the name of the model.
Thanks!
아바타
취소
베스트 답변

Hi,

Try to add -u yourModuleName to the server parameter when launching it to update your module :)

아바타
취소
베스트 답변

Hi,

After making the custom module did you installed it ? If you installed the newly created module in the database only you can see your model under the models menu in the Settings.

If you are starting the Odoo Development have a look at this also: Odoo 12 Development

Thanks

아바타
취소
관련 게시물 답글 화면 활동
4
10월 19
5394
3
12월 22
3639
Odoo Installation 해결 완료
3
1월 24
32457
2
4월 20
4584
1
4월 20
3567