- Custom modules: hazard_shopify, hazard_inventory_report, hazard_website - Third-party modules: bi_sql_editor, query_deluxe, sql_request_abstract, l10n_mx_sat_sync_itadmin_ee - Docker setup: Odoo 16 + PostgreSQL 17 - Utility scripts: backup_hazard.sh, update_module.py - Agent configuration: .agents/AGENTS.md - Security: Enterprise modules, credentials, backups and production data excluded via .gitignore
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
[options]
|
|
admin_passwd = CHANGE_ME
|
|
addons_path = /mnt/enterprise,/mnt/extra-addons
|
|
data_dir = /var/lib/odoo
|
|
db_host = db
|
|
db_port = 5432
|
|
db_user = odoo
|
|
db_password = CHANGE_ME
|
|
proxy_mode = True
|
|
#dbfilter = ^hazard_new$
|
|
workers = 2
|