where do i find the odoo version we are using
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
27498
Lượt xem
where do i find the odoo version we are using
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;
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ý
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?
thanks