mirror of
https://github.com/bringout/oca-ocb-web.git
synced 2026-04-21 11:52:00 +02:00
Initial commit: Web packages
This commit is contained in:
commit
cd458d4b85
791 changed files with 410049 additions and 0 deletions
|
|
@ -0,0 +1,25 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Unsplash Image Library',
|
||||
'category': 'Hidden',
|
||||
'summary': 'Find free high-resolution images from Unsplash',
|
||||
'version': '1.1',
|
||||
'description': """Explore the free high-resolution image library of Unsplash.com and find images to use in Odoo. An Unsplash search bar is added to the image library modal.""",
|
||||
'depends': ['base_setup', 'web_editor'],
|
||||
'data': [
|
||||
'views/res_config_settings_view.xml',
|
||||
],
|
||||
'auto_install': False,
|
||||
'assets': {
|
||||
'web.assets_frontend': [
|
||||
'web_unsplash/static/src/js/unsplash_beacon.js',
|
||||
],
|
||||
'web_editor.assets_media_dialog': [
|
||||
'web_unsplash/static/src/components/media_dialog/*.js',
|
||||
'web_unsplash/static/src/components/media_dialog/*.xml',
|
||||
'web_unsplash/static/src/services/unsplash_service.js',
|
||||
],
|
||||
},
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue