Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
28571 มุมมอง

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;


อวตาร
ละทิ้ง