1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00

[fix] Replace default dbfilter '.*' by False

Else it doesn't work 8f4b98e67f/odoo/service/db.py (L365)
This commit is contained in:
ljf (zamentur) 2019-04-17 14:38:17 +02:00 committed by GitHub
parent 676b23997a
commit 1b40a2b6af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@ db_port = 5432
db_user = {{ db_name }}
db_name = {{ db_name }}
db_password = {{ db_pass }}
dbfilter = False
list_db = False
addons_path = {{ final_path }}/{{ APPNAME }}/addons,{{ final_path }}/custom-addons
proxy_mode = true
logfile = /var/log/{{ app }}.log