[IMP] server_environment_files_sample: black, isort, prettier

This commit is contained in:
Adam Heinz 2022-11-11 13:23:35 -05:00
parent 964903626d
commit b4d6338f38
8 changed files with 10 additions and 7 deletions

View File

@ -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": [],

View File

@ -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

View File

@ -12,4 +12,3 @@ user = toto
password = my_dev_password password = my_dev_password
tls = 0 tls = 0
port = 8074 port = 8074

View File

@ -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

View File

@ -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

View File

@ -5,5 +5,3 @@ CONSTC = -25
[external_service.ftp] [external_service.ftp]
user = toto user = toto
password = toto password = toto

View File

@ -0,0 +1 @@
../../../../server_environment_files_sample

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)