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

where do i find the odoo version we are using

아바타
취소
작성자

under settings app, I do not see the "link tool" Share the Love. Still not sure what version we are using.

How do we upgrade our cloud version "Odoo saas~12.3+e Versión Enterprise" to V13? 


베스트 답변

Click the SETTINGS App (user must have permission to see this App) and look under the SHARE THE LOVE section:


아바타
취소
베스트 답변

Also via sql:

SELECT latest_version FROM ir_module_module WHERE name = 'base';

and if you want to know if your db is community or enterprise:

SELECT license, count(*) FROM ir_module_module where state = 'installed' group by license;


아바타
취소