[FIX] removed static folders, added preloadable key in manifest in all models

This commit is contained in:
Nikos Tsirintanis 2019-04-23 09:17:42 +02:00
parent e4ade4157d
commit 2eb1cafd9c
8 changed files with 4 additions and 0 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -30,6 +30,7 @@
"website": "http://odoo-community.org/",
"license": "GPL-3 or any later version",
"category": "Tools",
"preloadable": False,
"data": [
'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",
"license": "GPL-3 or any later version",
"category": "Tools",
"preloadable": False,
"data": [],
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB