19.0 vanilla

This commit is contained in:
Ernad Husremovic 2025-10-03 18:07:25 +02:00
parent 0a7ae8db93
commit 991d2234ca
416 changed files with 646602 additions and 300844 deletions

View file

@ -1,4 +1,9 @@
# This config was generated using --save in Odoo 16.0 and is used to make sure
# that an older config can load fine with a newer version.
[options]
demo = {}
geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb
osv_memory_age_limit = False
admin_passwd = admin
csv_internal_sep = ,
db_host = False
@ -10,10 +15,8 @@ db_sslmode = prefer
db_template = template0
db_user = False
dbfilter =
demo = {}
email_from = False
from_filter = False
geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb
gevent_port = 8072
http_enable = True
http_interface =
@ -32,7 +35,6 @@ log_handler = :INFO
log_level = info
logfile =
max_cron_threads = 2
osv_memory_age_limit = False
osv_memory_count_limit = 0
pg_path =
pidfile =

View file

@ -1,6 +1,7 @@
--init stock,hr
--update account,website
--without-demo rigolo
--reinit account
--with-demo
--import-partial /tmp/import-partial
--pidfile /tmp/pidfile
--load base,mail
@ -51,18 +52,13 @@
--db-template backup1706
--db_replica_host db2.localhost
--db_replica_port 2038
--db_app_name=myapp{pid}
--load-language fr_FR
--language fr_FR
--i18n-export /tmp/translate_out.csv
--i18n-import /tmp/translate_in.csv
--i18n-overwrite
--modules stock,hr,mail
--no-database-list
--dev xml,reload
--shell-interface ipython
--stop-after-init
--osv-memory-count-limit 71
--transient-age-limit 4

View file

@ -0,0 +1,69 @@
ODOO_WITH_DEMO=true
ODOO_PIDFILE=/tmp/pidfile
ODOO_DATA_DIR=/tmp/data-dir
ODOO_SERVER_WIDE_MODULES=base,mail
# test int as boolean
ODOO_HTTP_ENABLE=0
ODOO_HTTP_INTERFACE=10.0.0.254
ODOO_HTTP_PORT=6942
ODOO_GEVENT_PORT=8012
ODOO_PROXY_MODE=1
ODOO_X_SENDFILE=1
ODOO_DBFILTER=.*
ODOO_SCREENCASTS=/tmp/screencasts
ODOO_SCREENSHOTS=/tmp/screenshots
ODOO_LOGFILE=/tmp/odoo.log
ODOO_LOG_HANDLER=odoo.tools.config:DEBUG,:WARNING
# only handler is supported because we use base names on dest variable
ODOO_LOG_DB=logdb
ODOO_LOG_DB_LEVEL=debug
ODOO_LOG_LEVEL=debug
ODOO_EMAIL_FROM=admin@example.com
ODOO_FROM_FILTER=.*
ODOO_SMTP_SERVER=smtp.localhost
ODOO_SMTP_PORT=1299
ODOO_SMTP_SSL=True
ODOO_SMTP_USER=spongebob
ODOO_SMTP_PASSWORD=Tigrou0072
ODOO_SMTP_SSL_CERTIFICATE_FILENAME=/tmp/tlscert
ODOO_SMTP_SSL_PRIVATE_KEY_FILENAME=/tmp/tlskey
# use postgres environment variables
PGDATABASE=horizon
PGUSER=kiwi
PGPASSWORD=Tigrou0073
PGPATH=/tmp/pg_path
PGHOST=db.localhost
PGPORT=4269
PGSSLMODE=verify-full
PGDATABASE_TEMPLATE=backup1706
PGHOST_REPLICA=db2.localhost
PGPORT_REPLICA=2038
PGAPPNAME=envapp
ODOO_DB_MAXCONN=42
ODOO_DB_MAXCONN_GEVENT=100
ODOO_LIST_DB=false
ODOO_DEV=xml,reload
ODOO_OSV_MEMORY_COUNT_LIMIT=71
ODOO_TRANSIENT_AGE_LIMIT=4
ODOO_MAX_CRON_THREADS=4
ODOO_UNACCENT=true
ODOO_GEOIP_CITY_DB=/tmp/city.db
ODOO_GEOIP_COUNTRY_DB=/tmp/country.db
ODOO_WORKERS=92
ODOO_LIMIT_MEMORY_SOFT=1048576
ODOO_LIMIT_MEMORY_SOFT_GEVENT=1048577
ODOO_LIMIT_MEMORY_HARD=1048578
ODOO_LIMIT_MEMORY_HARD_GEVENT=1048579
ODOO_LIMIT_TIME_CPU=60
ODOO_LIMIT_TIME_REAL=61
ODOO_LIMIT_TIME_REAL_CRON=62
ODOO_LIMIT_REQUEST=100

View file

@ -0,0 +1,2 @@
[options]
db_name = db1,db2

View file

@ -4,7 +4,6 @@ admin_passwd = Tigrou007
csv_internal_sep = @
publisher_warranty_url = http://example.com
reportgz = True
root_path = /tmp/root_path
websocket_rate_limit_burst = 1
websocket_rate_limit_delay = 2
websocket_keep_alive_timeout = 600
@ -14,8 +13,7 @@ config = /tmp/config
save = True
init = stock,hr
update = account,website
without_demo = True
import_partial = /tmp/import-partial
with_demo = True
pidfile = /tmp/pidfile
addons_path = /tmp/odoo
upgrade_path = /tmp/upgrade
@ -35,9 +33,6 @@ x_sendfile = True
dbfilter = .*
# testing
test_file = /tmp/file-file
test_enable = True
test_tags = :TestMantra.test_is_extra_mile_done
screencasts = /tmp/screencasts
screenshots = /tmp/screenshots
@ -76,19 +71,13 @@ db_replica_port = 2038
# i18n
load_language = fr_FR
language = fr_FR
translate_out = /tmp/translate_out.csv
translate_in = /tmp/translate_in.csv
overwrite_existing_translations = True
translate_modules = stock,hr,mail
overwrite_existing_translations = False
# security
list_db = False
# advanced
dev_mode = xml
shell_interface = ipython
stop_after_init = True
osv_memory_count_limit = 71
transient_age_limit = 4.0
max_cron_threads = 4

View file

@ -1,40 +1,40 @@
[options]
addons_path = {root_path}/odoo/addons,{root_path}/addons
addons_path =
admin_passwd = admin
csv_internal_sep = ,
data_dir = {homedir}/.local/share/Odoo
db_host = False
db_app_name = odoo-{pid}
db_host =
db_maxconn = 64
db_maxconn_gevent = False
db_name = False
db_password = False
db_port = False
db_replica_host = False
db_replica_port = False
db_maxconn_gevent = None
db_name =
db_password =
db_port = None
db_replica_host = None
db_replica_port = None
db_sslmode = prefer
db_template = template0
db_user = False
db_user =
dbfilter =
email_from = False
from_filter = False
email_from =
from_filter =
geoip_city_db = /usr/share/GeoIP/GeoLite2-City.mmdb
geoip_country_db = /usr/share/GeoIP/GeoLite2-Country.mmdb
gevent_port = 8072
http_enable = True
http_interface =
http_interface = 0.0.0.0
http_port = 8069
import_partial =
limit_memory_hard = 2684354560
limit_memory_hard_gevent = False
limit_memory_hard_gevent = None
limit_memory_soft = 2147483648
limit_memory_soft_gevent = False
limit_memory_soft_gevent = None
limit_request = 65536
limit_time_cpu = 60
limit_time_real = 120
limit_time_real_cron = -1
limit_time_worker_cron = 0
list_db = True
log_db = False
log_db =
log_db_level = warning
log_handler = :INFO
log_level = info
@ -48,25 +48,21 @@ proxy_mode = False
reportgz = False
screencasts =
screenshots = /tmp/odoo_tests
server_wide_modules = base,web
smtp_password = False
server_wide_modules = base,rpc,web
smtp_password =
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_ssl_certificate_filename = False
smtp_ssl_private_key_filename = False
smtp_user = False
smtp_ssl_certificate_filename =
smtp_ssl_private_key_filename =
smtp_user =
syslog = False
test_enable = False
test_file =
test_tags = None
transient_age_limit = 1.0
translate_modules = ['all']
unaccent = False
upgrade_path =
websocket_keep_alive_timeout = 3600
websocket_rate_limit_burst = 10
websocket_rate_limit_delay = 0.2
without_demo = False
with_demo = False
workers = 0
x_sendfile = False

View file

@ -0,0 +1,3 @@
[options]
syslog = True
logfile = /var/log/odoo.log