Browse Source

publish muk_web_theme - 12.0

pull/48/head
MuK IT GmbH 5 years ago
parent
commit
607eea70ed
  1. 118
      muk_web_theme/__manifest__.py
  2. 3
      muk_web_theme/static/src/scss/form_view.scss
  3. 4
      muk_web_theme/static/src/scss/list_view.scss

118
muk_web_theme/__manifest__.py

@ -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",
}

3
muk_web_theme/static/src/scss/form_view.scss

@ -44,9 +44,6 @@
white-space: nowrap;
}
}
.table-responsive {
overflow-x: inherit;
}
}
}
@include media-breakpoint-down(sm) {

4
muk_web_theme/static/src/scss/list_view.scss

@ -17,6 +17,10 @@
*
**********************************************************************************/
.o_list_view.table {
overflow: hidden;
}
.o_list_view.table,
.o_list_view.table thead,
.o_list_view.table tfoot,

Loading…
Cancel
Save