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:
parent
676b23997a
commit
1b40a2b6af
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue