Initial commit: Core packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:45 +02:00
commit 12c29a983b
9512 changed files with 8379910 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# 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.