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:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
9451
Tampilan
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar
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.