mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
[fix] Don't ask for oca not implemented question
This commit is contained in:
parent
dc8c26d5a7
commit
36afe79b29
2 changed files with 2 additions and 6 deletions
|
@ -2,8 +2,8 @@
|
||||||
; This is the password that allows database operations:
|
; This is the password that allows database operations:
|
||||||
without_demo = all
|
without_demo = all
|
||||||
admin_passwd = {{ admin_password }}
|
admin_passwd = {{ admin_password }}
|
||||||
db_host = false
|
db_host = localhost
|
||||||
db_port = false
|
db_port = 5432
|
||||||
db_user = odoo
|
db_user = odoo
|
||||||
db_password = {{ dbpass }}
|
db_password = {{ dbpass }}
|
||||||
addons_path = {{ source_path }}addons
|
addons_path = {{ source_path }}addons
|
||||||
|
|
|
@ -40,10 +40,6 @@
|
||||||
}, {
|
}, {
|
||||||
"name": "oca",
|
"name": "oca",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
|
||||||
"en": "Use OCA repository to get community bugfixes ?",
|
|
||||||
"fr": "Utiliser les dépots OCA pour bénéficier des bugfix communautaires ?"
|
|
||||||
},
|
|
||||||
"default": false
|
"default": false
|
||||||
}, {
|
}, {
|
||||||
"name": "admin_password",
|
"name": "admin_password",
|
||||||
|
|
Loading…
Reference in a new issue