I'm working on a custom module deployment on Odoo.sh v15, and during the rebuild process, I'm getting a “Tests failed. Please check install log.” error.
However, the install log only shows this message and nothing more — no traceback, no errors, just that single line.
Here’s what I’ve already tried:
- Checked for __manifest__.py syntax issues ✅
- Verified dependencies and external modules ✅
- Ran the module locally (works perfectly) ✅
Does anyone know how to get more detailed error output from Odoo.sh in this case? Or what could cause a silent failure like this?
Appreciate any guidance — even if it’s just a guess!
Thanks in advance 😊