MuK IT GmbH
6 years ago
3 changed files with 63 additions and 62 deletions
-
118muk_web_theme/__manifest__.py
-
3muk_web_theme/static/src/scss/form_view.scss
-
4muk_web_theme/static/src/scss/list_view.scss
@ -1,60 +1,60 @@ |
|||
################################################################################### |
|||
# |
|||
# Copyright (C) 2018 MuK IT GmbH |
|||
# |
|||
# This program is free software: you can redistribute it and/or modify |
|||
# it under the terms of the GNU Affero General Public License as |
|||
# published by the Free Software Foundation, either version 3 of the |
|||
# License, or (at your option) any later version. |
|||
# |
|||
# This program is distributed in the hope that it will be useful, |
|||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
# GNU Affero General Public License for more details. |
|||
# |
|||
# You should have received a copy of the GNU Affero General Public License |
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|||
# |
|||
################################################################################### |
|||
|
|||
{ |
|||
"name": "MuK Backend Theme", |
|||
"summary": "Odoo 12.0 community backend theme", |
|||
"version": "12.0.1.1.7", |
|||
"category": "Themes/Backend", |
|||
"license": "AGPL-3", |
|||
"author": "MuK IT", |
|||
"website": "http://www.mukit.at", |
|||
"live_test_url": "https://demo.mukit.at/web/login", |
|||
"contributors": [ |
|||
"Mathias Markl <mathias.markl@mukit.at>", |
|||
], |
|||
"depends": [ |
|||
"muk_web_utils", |
|||
], |
|||
"excludes": [ |
|||
"web_enterprise", |
|||
], |
|||
"data": [ |
|||
"template/assets.xml", |
|||
"template/web.xml", |
|||
"views/res_users.xml", |
|||
"views/res_config_settings_view.xml", |
|||
"data/res_company.xml", |
|||
], |
|||
"qweb": [ |
|||
"static/src/xml/*.xml", |
|||
], |
|||
"images": [ |
|||
'static/description/banner.png', |
|||
'static/description/theme_screenshot.png' |
|||
], |
|||
"external_dependencies": { |
|||
"python": [], |
|||
"bin": [], |
|||
}, |
|||
"application": False, |
|||
"installable": True, |
|||
"auto_install": False, |
|||
"sequence": "999", |
|||
################################################################################### |
|||
# |
|||
# Copyright (C) 2018 MuK IT GmbH |
|||
# |
|||
# This program is free software: you can redistribute it and/or modify |
|||
# it under the terms of the GNU Affero General Public License as |
|||
# published by the Free Software Foundation, either version 3 of the |
|||
# License, or (at your option) any later version. |
|||
# |
|||
# This program is distributed in the hope that it will be useful, |
|||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
# GNU Affero General Public License for more details. |
|||
# |
|||
# You should have received a copy of the GNU Affero General Public License |
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|||
# |
|||
################################################################################### |
|||
|
|||
{ |
|||
"name": "MuK Backend Theme", |
|||
"summary": "Odoo 12.0 community backend theme", |
|||
"version": "12.0.1.1.8", |
|||
"category": "Themes/Backend", |
|||
"license": "AGPL-3", |
|||
"author": "MuK IT", |
|||
"website": "http://www.mukit.at", |
|||
"live_test_url": "https://demo.mukit.at/web/login", |
|||
"contributors": [ |
|||
"Mathias Markl <mathias.markl@mukit.at>", |
|||
], |
|||
"depends": [ |
|||
"muk_web_utils", |
|||
], |
|||
"excludes": [ |
|||
"web_enterprise", |
|||
], |
|||
"data": [ |
|||
"template/assets.xml", |
|||
"template/web.xml", |
|||
"views/res_users.xml", |
|||
"views/res_config_settings_view.xml", |
|||
"data/res_company.xml", |
|||
], |
|||
"qweb": [ |
|||
"static/src/xml/*.xml", |
|||
], |
|||
"images": [ |
|||
'static/description/banner.png', |
|||
'static/description/theme_screenshot.png' |
|||
], |
|||
"external_dependencies": { |
|||
"python": [], |
|||
"bin": [], |
|||
}, |
|||
"application": False, |
|||
"installable": True, |
|||
"auto_install": False, |
|||
"sequence": "999", |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue