[FIX] removed static folders, added preloadable key in manifest in all models
This commit is contained in:
parent
e4ade4157d
commit
2eb1cafd9c
|
|
@ -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 |
|
|
@ -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 |
|
|
@ -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 |
|
|
@ -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 |
Loading…
Reference in New Issue