Browse Source
Merge pull request #1562 from ntsirintanis/10.0-fix-remove_static_folders_add_preloadable_key
[FIX] removed static folders, added preloadable key in manifest
pull/1188/merge
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with
4 additions and
0 deletions
-
mail_environment/__manifest__.py
-
BIN
mail_environment/static/description/icon.png
-
server_environment/__manifest__.py
-
BIN
server_environment/static/description/icon.png
-
server_environment_files_sample/__manifest__.py
-
BIN
server_environment_files_sample/static/description/icon.png
-
server_environment_ir_config_parameter/__manifest__.py
-
BIN
server_environment_ir_config_parameter/static/description/icon.png
|
@ -10,6 +10,7 @@ |
|
|
'author': "Camptocamp,Odoo Community Association (OCA)", |
|
|
'author': "Camptocamp,Odoo Community Association (OCA)", |
|
|
'license': 'AGPL-3', |
|
|
'license': 'AGPL-3', |
|
|
'website': 'http://odoo-community.org', |
|
|
'website': 'http://odoo-community.org', |
|
|
|
|
|
'preloadable': False, |
|
|
'depends': ['fetchmail', |
|
|
'depends': ['fetchmail', |
|
|
'server_environment', |
|
|
'server_environment', |
|
|
], |
|
|
], |
|
|
Width: 128
|
Height: 128
|
Size: 9.2 KiB
|
|
@ -28,6 +28,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": [ |
|
|
'security/res_groups.xml', |
|
|
'security/res_groups.xml', |
|
|
'serv_config.xml', |
|
|
'serv_config.xml', |
|
|
Width: 128
|
Height: 128
|
Size: 9.2 KiB
|
|
@ -26,6 +26,7 @@ |
|
|
"author": "Camptocamp,Odoo Community Association (OCA)", |
|
|
"author": "Camptocamp,Odoo Community Association (OCA)", |
|
|
"summary": "sample config file for server_environment", |
|
|
"summary": "sample config file for server_environment", |
|
|
"website": "http://www.camptocamp.com", |
|
|
"website": "http://www.camptocamp.com", |
|
|
|
|
|
"preloadable": False, |
|
|
"license": "GPL-3 or any later version", |
|
|
"license": "GPL-3 or any later version", |
|
|
"category": "Tools", |
|
|
"category": "Tools", |
|
|
"data": [], |
|
|
"data": [], |
|
|
Width: 128
|
Height: 128
|
Size: 9.2 KiB
|
|
@ -10,6 +10,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://odoo-community.org/', |
|
|
'website': 'https://odoo-community.org/', |
|
|
|
|
|
'preloadable': False, |
|
|
'depends': [ |
|
|
'depends': [ |
|
|
'server_environment', |
|
|
'server_environment', |
|
|
], |
|
|
], |
|
|
Width: 128
|
Height: 128
|
Size: 9.2 KiB
|