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

I want to open base module to see original code for base models like 'res.partner', 'res.users' etc.. , I only see _inherit = 'res.partner' while I want to see it as python code

I am using odoo 9

아바타
취소
작성자 베스트 답변

I found it finally,
openerp/addons/base/res


https://github.com/odoo/odoo/blob/9.0/openerp/addons/base/res/res_partner.py#L133

아바타
취소
베스트 답변

you can found it under /opt/odoo/openerp/addons/base

(*) /opt/odoo/ is the odoo installation directory in my case.

아바타
취소