26 lines
645 B
Python
26 lines
645 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2025 Sveltware Solutions
|
|
|
|
{
|
|
'name': 'Omux View Action',
|
|
'category': 'Hidden',
|
|
'version': '1.0.3',
|
|
'license': 'OPL-1',
|
|
'author': 'Sveltware Solutions',
|
|
'website': 'https://www.linkedin.com/in/sveltware',
|
|
'images': [
|
|
'static/description/banner.png',
|
|
],
|
|
'depends': ['web'],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
(
|
|
'before',
|
|
'web/static/src/webclient/**/*',
|
|
'omux_view_action/static/src/control_panel.*',
|
|
),
|
|
'omux_view_action/static/src/list_renderer.js',
|
|
]
|
|
},
|
|
}
|