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,17 @@
# Configuration
## Sources
- `odoo.conf` INI file (path via `-c` flag or defaults)
- CLI flags (e.g., `--db_host`, `--addons-path`)
- `ir.config_parameter` (DB-scoped runtime key/values)
- Environment variables (rarely used, mainly for testing)
## Important Options
- Database: `db_host`, `db_port`, `db_user`, `db_password`
- HTTP: `xmlrpc_port`/`http_port`, `longpolling_port`
- Workers: `workers`, `limit_time_cpu`, `limit_memory_hard`
- Paths: `addons_path`, `data_dir` (filestore)
## Addons Path
- Multiple paths comma-separated
- Python 3.11 namespace path fix applied in this package