mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 05:52:07 +02:00
597 B
597 B
Troubleshooting
Addons Path Issues
- Ensure
addons_pathincludes both this package and your custom addons. - On Python 3.11+, verify the namespace path fix is applied (included here).
Database Init Errors
- Missing categories: fixed by this package; if seen, re-install base.
relation "ir_module_module" does not exist: ensure DB user has privileges; retry init.
Web Startup
- Port 8069 conflicts: change with
--http-port. public/portalaccess issues: check group and record rules in base.
Filestore Permissions
- Ensure
data_diris writable by the Odoo process.