Uncaught TypeError: Cannot read property 'name' of undefined
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
9943
Görünümler
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol
This error comes up when an object is null and you're referencing a name property on it. If you check the server log then you should be able to track down which model and line number the error was thrown from.