19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:58 +01:00
parent 20e6dadd87
commit 4b94f0abc5
205 changed files with 24700 additions and 14614 deletions

View file

@ -6,20 +6,25 @@
'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'],
'depends': ['base_setup', 'html_editor'],
'data': [
'views/res_config_settings_view.xml',
],
'auto_install': False,
'auto_install': True,
'assets': {
'web.assets_frontend': [
'web_unsplash/static/src/js/unsplash_beacon.js',
'web_unsplash/static/src/frontend/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',
'html_editor.assets_media_dialog': [
'web_unsplash/static/src/media_dialog/**/*',
'web_unsplash/static/src/unsplash_credentials/**/*',
'web_unsplash/static/src/unsplash_error/**/*',
'web_unsplash/static/src/unsplash_service.js',
],
'web.assets_unit_tests': [
'web_unsplash/static/tests/**/*',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}