commit
6367501026
|
|
@ -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 |
|
|
@ -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 |
|
|
@ -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 |
|
|
@ -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 |
Loading…
Reference in New Issue