mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 08:52:08 +02:00
18.0 vanilla
This commit is contained in:
parent
d72e748793
commit
0a7ae8db93
337 changed files with 399651 additions and 232598 deletions
|
|
@ -0,0 +1,65 @@
|
|||
[options]
|
||||
admin_passwd = admin
|
||||
csv_internal_sep = ,
|
||||
db_host = False
|
||||
db_maxconn = 64
|
||||
db_name = False
|
||||
db_password = False
|
||||
db_port = False
|
||||
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 =
|
||||
http_port = 8069
|
||||
import_partial =
|
||||
limit_memory_hard = 2684354560
|
||||
limit_memory_soft = 2147483648
|
||||
limit_request = 65536
|
||||
limit_time_cpu = 60
|
||||
limit_time_real = 120
|
||||
limit_time_real_cron = -1
|
||||
list_db = True
|
||||
log_db = False
|
||||
log_db_level = warning
|
||||
log_handler = :INFO
|
||||
log_level = info
|
||||
logfile =
|
||||
max_cron_threads = 2
|
||||
osv_memory_age_limit = False
|
||||
osv_memory_count_limit = 0
|
||||
pg_path =
|
||||
pidfile =
|
||||
proxy_mode = False
|
||||
reportgz = False
|
||||
screencasts =
|
||||
screenshots = /tmp/odoo_tests
|
||||
server_wide_modules = base,web
|
||||
smtp_password = False
|
||||
smtp_port = 25
|
||||
smtp_server = localhost
|
||||
smtp_ssl = False
|
||||
smtp_ssl_certificate_filename = False
|
||||
smtp_ssl_private_key_filename = False
|
||||
smtp_user = False
|
||||
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
|
||||
workers = 0
|
||||
x_sendfile = False
|
||||
|
||||
82
odoo-bringout-oca-ocb-base/odoo/addons/base/tests/config/cli
Normal file
82
odoo-bringout-oca-ocb-base/odoo/addons/base/tests/config/cli
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
--init stock,hr
|
||||
--update account,website
|
||||
--without-demo rigolo
|
||||
--import-partial /tmp/import-partial
|
||||
--pidfile /tmp/pidfile
|
||||
--load base,mail
|
||||
--data-dir /tmp/data-dir
|
||||
|
||||
--no-http
|
||||
--http-interface 10.0.0.254
|
||||
--http-port 6942
|
||||
--gevent-port 8012
|
||||
--proxy-mode
|
||||
--x-sendfile
|
||||
|
||||
--db-filter .*
|
||||
|
||||
--test-file /tmp/file-file
|
||||
--test-tags :TestMantra.test_is_extra_mile_done
|
||||
--screencasts /tmp/screencasts
|
||||
--screenshots /tmp/screenshots
|
||||
|
||||
--logfile /tmp/odoo.log
|
||||
--log-handler odoo.tools.config:DEBUG
|
||||
--log-handler :WARNING
|
||||
--log-web
|
||||
--log-sql
|
||||
--log-db logdb
|
||||
--log-db-level debug
|
||||
--log-level debug
|
||||
|
||||
--email-from admin@example.com
|
||||
--from-filter .*
|
||||
--smtp smtp.localhost
|
||||
--smtp-port 1299
|
||||
--smtp-ssl
|
||||
--smtp-user spongebob
|
||||
--smtp-password Tigrou0072
|
||||
--smtp-ssl-certificate-filename /tmp/tlscert
|
||||
--smtp-ssl-private-key-filename /tmp/tlskey
|
||||
|
||||
--database horizon
|
||||
--db_user kiwi
|
||||
--db_password Tigrou0073
|
||||
--pg_path /tmp/pg_path
|
||||
--db_host db.localhost
|
||||
--db_port 4269
|
||||
--db_sslmode verify-full
|
||||
--db_maxconn 42
|
||||
--db_maxconn_gevent 100
|
||||
--db-template backup1706
|
||||
--db_replica_host db2.localhost
|
||||
--db_replica_port 2038
|
||||
|
||||
--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
|
||||
--max-cron-threads 4
|
||||
--unaccent
|
||||
--geoip-city-db /tmp/city.db
|
||||
--geoip-country-db /tmp/country.db
|
||||
|
||||
--workers 92
|
||||
--limit-memory-soft 1048576
|
||||
--limit-memory-soft-gevent 1048577
|
||||
--limit-memory-hard 1048578
|
||||
--limit-memory-hard-gevent 1048579
|
||||
--limit-time-cpu 60
|
||||
--limit-time-real 61
|
||||
--limit-time-real-cron 62
|
||||
--limit-request 100
|
||||
|
|
@ -0,0 +1 @@
|
|||
[options]
|
||||
|
|
@ -0,0 +1,109 @@
|
|||
[options]
|
||||
# options not exposed on the command line
|
||||
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
|
||||
|
||||
# common
|
||||
config = /tmp/config
|
||||
save = True
|
||||
init = stock,hr
|
||||
update = account,website
|
||||
without_demo = True
|
||||
import_partial = /tmp/import-partial
|
||||
pidfile = /tmp/pidfile
|
||||
addons_path = /tmp/odoo
|
||||
upgrade_path = /tmp/upgrade
|
||||
pre_upgrade_scripts = /tmp/pre-custom.py
|
||||
server_wide_modules = base,mail
|
||||
data_dir = /tmp/data-dir
|
||||
|
||||
# HTTP
|
||||
http_interface = 10.0.0.254
|
||||
http_port = 6942
|
||||
gevent_port = 8012
|
||||
http_enable = False
|
||||
proxy_mode = True
|
||||
x_sendfile = True
|
||||
|
||||
# web
|
||||
dbfilter = .*
|
||||
|
||||
# testing
|
||||
test_file = /tmp/file-file
|
||||
test_enable = True
|
||||
test_tags = :TestMantra.test_is_extra_mile_done
|
||||
screencasts = /tmp/screencasts
|
||||
screenshots = /tmp/screenshots
|
||||
|
||||
# logging
|
||||
logfile = /tmp/odoo.log
|
||||
syslog = False
|
||||
log_handler = :DEBUG
|
||||
log_db = logdb
|
||||
log_db_level = debug
|
||||
log_level = debug
|
||||
|
||||
# SMTP
|
||||
email_from = admin@example.com
|
||||
from_filter = .*
|
||||
smtp_server = smtp.localhost
|
||||
smtp_port = 1299
|
||||
smtp_ssl = True
|
||||
smtp_user = spongebob
|
||||
smtp_password = Tigrou0072
|
||||
smtp_ssl_certificate_filename = /tmp/tlscert
|
||||
smtp_ssl_private_key_filename = /tmp/tlskey
|
||||
|
||||
# database
|
||||
db_name = horizon
|
||||
db_user = kiwi
|
||||
db_password = Tigrou0073
|
||||
pg_path = /tmp/pg_path
|
||||
db_host = db.localhost
|
||||
db_port = 4269
|
||||
db_sslmode = verify-full
|
||||
db_maxconn = 42
|
||||
db_maxconn_gevent = 100
|
||||
db_template = backup1706
|
||||
db_replica_host = db2.localhost
|
||||
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
|
||||
|
||||
# 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
|
||||
limit_time_worker_cron = 600
|
||||
unaccent = True
|
||||
geoip_city_db = /tmp/city.db
|
||||
geoip_country_db = /tmp/country.db
|
||||
|
||||
# multiprocessing
|
||||
workers = 92
|
||||
limit_memory_soft = 1048576
|
||||
limit_memory_soft_gevent = 1048577
|
||||
limit_memory_hard = 1048578
|
||||
limit_memory_hard_gevent = 1048579
|
||||
limit_time_cpu = 60
|
||||
limit_time_real = 61
|
||||
limit_time_real_cron = 62
|
||||
limit_request = 100
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
[options]
|
||||
addons_path = {root_path}/odoo/addons,{root_path}/addons
|
||||
admin_passwd = admin
|
||||
csv_internal_sep = ,
|
||||
data_dir = {homedir}/.local/share/Odoo
|
||||
db_host = False
|
||||
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_sslmode = prefer
|
||||
db_template = template0
|
||||
db_user = False
|
||||
dbfilter =
|
||||
email_from = False
|
||||
from_filter = False
|
||||
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_port = 8069
|
||||
import_partial =
|
||||
limit_memory_hard = 2684354560
|
||||
limit_memory_hard_gevent = False
|
||||
limit_memory_soft = 2147483648
|
||||
limit_memory_soft_gevent = False
|
||||
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_level = warning
|
||||
log_handler = :INFO
|
||||
log_level = info
|
||||
logfile =
|
||||
max_cron_threads = 2
|
||||
osv_memory_count_limit = 0
|
||||
pg_path =
|
||||
pidfile =
|
||||
pre_upgrade_scripts =
|
||||
proxy_mode = False
|
||||
reportgz = False
|
||||
screencasts =
|
||||
screenshots = /tmp/odoo_tests
|
||||
server_wide_modules = base,web
|
||||
smtp_password = False
|
||||
smtp_port = 25
|
||||
smtp_server = localhost
|
||||
smtp_ssl = False
|
||||
smtp_ssl_certificate_filename = False
|
||||
smtp_ssl_private_key_filename = False
|
||||
smtp_user = False
|
||||
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
|
||||
workers = 0
|
||||
x_sendfile = False
|
||||
Loading…
Add table
Add a link
Reference in a new issue