Merge PR #21 into 11.0

Signed-off-by gurneyalex
This commit is contained in:
OCA-git-bot 2019-10-10 20:03:58 +00:00
commit 6367501026
8 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
'author': "Camptocamp, Odoo Community Association (OCA)", 'author': "Camptocamp, Odoo Community Association (OCA)",
'license': 'AGPL-3', 'license': 'AGPL-3',
'website': 'https://github.com/OCA/server-env', 'website': 'https://github.com/OCA/server-env',
'preloadable': False,
'depends': [ 'depends': [
'fetchmail', 'fetchmail',
'server_environment', 'server_environment',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -30,6 +30,7 @@
"website": "http://odoo-community.org/", "website": "http://odoo-community.org/",
"license": "GPL-3 or any later version", "license": "GPL-3 or any later version",
"category": "Tools", "category": "Tools",
"preloadable": False,
"data": [ "data": [
'serv_config.xml', 'serv_config.xml',
], ],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -27,5 +27,6 @@
"website": "http://www.camptocamp.com", "website": "http://www.camptocamp.com",
"license": "GPL-3 or any later version", "license": "GPL-3 or any later version",
"category": "Tools", "category": "Tools",
"preloadable": False,
"data": [], "data": [],
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -9,6 +9,7 @@
'license': 'AGPL-3', 'license': 'AGPL-3',
'author': 'ACSONE SA/NV, Odoo Community Association (OCA)', 'author': 'ACSONE SA/NV, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/server-env/', 'website': 'https://github.com/OCA/server-env/',
'preloadable': False,
'depends': [ 'depends': [
'server_environment', 'server_environment',
], ],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB