[IMP] server_environment_files_sample: black, isort, prettier
This commit is contained in:
parent
964903626d
commit
b4d6338f38
|
|
@ -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": [],
|
||||
|
|
|
|||
|
|
@ -7,4 +7,3 @@ ged_folder = /my_mounting_point/ged/
|
|||
|
||||
[wkhtml2pdf]
|
||||
lib_path = /xxx/xxx/lib/wkhtmltopdf-linux-i386-0-9-9
|
||||
|
||||
|
|
|
|||
|
|
@ -12,4 +12,3 @@ user = toto
|
|||
password = my_dev_password
|
||||
tls = 0
|
||||
port = 8074
|
||||
|
||||
|
|
|
|||
|
|
@ -5,5 +5,3 @@ CONSTC = -25
|
|||
[external_service.ftp]
|
||||
user = 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