mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 12:52:00 +02:00
16 lines
597 B
Markdown
16 lines
597 B
Markdown
# Troubleshooting
|
|
|
|
## Addons Path Issues
|
|
- Ensure `addons_path` includes 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`/`portal` access issues: check group and record rules in base.
|
|
|
|
## Filestore Permissions
|
|
- Ensure `data_dir` is writable by the Odoo process.
|