[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"],
"author": "Camptocamp,Odoo Community Association (OCA)",
"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",
"category": "Tools",
"data": [],

View File

@ -7,4 +7,3 @@ ged_folder = /my_mounting_point/ged/
[wkhtml2pdf]
lib_path = /xxx/xxx/lib/wkhtmltopdf-linux-i386-0-9-9

View File

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

View File

@ -5,5 +5,3 @@ CONSTC = -25
[external_service.ftp]
user = 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,
)