mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-22 20:32:01 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
16
odoo-bringout-oca-ocb-base/doc/TROUBLESHOOTING.md
Normal file
16
odoo-bringout-oca-ocb-base/doc/TROUBLESHOOTING.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue