[IMP] server_environment_files_sample: black, isort, prettier
This commit is contained in:
parent
964903626d
commit
b4d6338f38
|
|
@ -8,7 +8,7 @@
|
||||||
"depends": ["base"],
|
"depends": ["base"],
|
||||||
"author": "Camptocamp,Odoo Community Association (OCA)",
|
"author": "Camptocamp,Odoo Community Association (OCA)",
|
||||||
"summary": "sample config file for server_environment",
|
"summary": "sample config file for server_environment",
|
||||||
"website": "http://github.com/OCA/server-env",
|
"website": "https://github.com/OCA/server-env",
|
||||||
"license": "GPL-3 or any later version",
|
"license": "GPL-3 or any later version",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"data": [],
|
"data": [],
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,3 @@ ged_folder = /my_mounting_point/ged/
|
||||||
|
|
||||||
[wkhtml2pdf]
|
[wkhtml2pdf]
|
||||||
lib_path = /xxx/xxx/lib/wkhtmltopdf-linux-i386-0-9-9
|
lib_path = /xxx/xxx/lib/wkhtmltopdf-linux-i386-0-9-9
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,3 @@ user = toto
|
||||||
password = my_dev_password
|
password = my_dev_password
|
||||||
tls = 0
|
tls = 0
|
||||||
port = 8074
|
port = 8074
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ smtp_server = prod.xxx.xxx.ch
|
||||||
ged_folder = /my_mounting_point/ged/
|
ged_folder = /my_mounting_point/ged/
|
||||||
|
|
||||||
[wkhtml2pdf]
|
[wkhtml2pdf]
|
||||||
lib_path = /xxx/xxx/lib/wkhtmltopdf-linux-i386-0-9-9
|
lib_path = /xxx/xxx/lib/wkhtmltopdf-linux-i386-0-9-9
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ out_path= /out/
|
||||||
user = prod_user
|
user = prod_user
|
||||||
password = my_prod_password
|
password = my_prod_password
|
||||||
tls = 0
|
tls = 0
|
||||||
port = 21
|
port = 21
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,3 @@ CONSTC = -25
|
||||||
[external_service.ftp]
|
[external_service.ftp]
|
||||||
user = toto
|
user = toto
|
||||||
password = toto
|
password = toto
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../../../../server_environment_files_sample
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue