diff --git a/backend_theme_v13/static/description/screenshot1.png b/backend_theme_v13/static/description/screenshot1.png
new file mode 100644
index 0000000..cf9418b
Binary files /dev/null and b/backend_theme_v13/static/description/screenshot1.png differ
diff --git a/backend_theme_v13/static/description/screenshot2.png b/backend_theme_v13/static/description/screenshot2.png
new file mode 100644
index 0000000..8eee3a4
Binary files /dev/null and b/backend_theme_v13/static/description/screenshot2.png differ
diff --git a/backend_theme_v12/static/src/font/Roboto-Regular.ttf b/backend_theme_v13/static/src/font/Roboto-Regular.ttf
similarity index 100%
rename from backend_theme_v12/static/src/font/Roboto-Regular.ttf
rename to backend_theme_v13/static/src/font/Roboto-Regular.ttf
diff --git a/backend_theme_v12/static/src/img/checked.svg b/backend_theme_v13/static/src/img/checked.svg
similarity index 100%
rename from backend_theme_v12/static/src/img/checked.svg
rename to backend_theme_v13/static/src/img/checked.svg
diff --git a/backend_theme_v13/static/src/img/material-background.png b/backend_theme_v13/static/src/img/material-background.png
new file mode 100644
index 0000000..de0bb76
Binary files /dev/null and b/backend_theme_v13/static/src/img/material-background.png differ
diff --git a/backend_theme_v12/static/src/js/sidebar-toggle.js b/backend_theme_v13/static/src/js/sidebar-toggle.js
similarity index 92%
rename from backend_theme_v12/static/src/js/sidebar-toggle.js
rename to backend_theme_v13/static/src/js/sidebar-toggle.js
index 2330970..8abdce4 100644
--- a/backend_theme_v12/static/src/js/sidebar-toggle.js
+++ b/backend_theme_v13/static/src/js/sidebar-toggle.js
@@ -1,7 +1,7 @@
/* Copyright 2017 Openworx.
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
-odoo.define('backend_theme_v12.sidebar-toggle', function (require) {
+odoo.define('backend_theme_v13.sidebar-toggle', function (require) {
"use strict";
var session = require('web.session');
diff --git a/backend_theme_v12/static/src/js/sidebar.js b/backend_theme_v13/static/src/js/sidebar.js
similarity index 91%
rename from backend_theme_v12/static/src/js/sidebar.js
rename to backend_theme_v13/static/src/js/sidebar.js
index 176d151..7d4cbbd 100644
--- a/backend_theme_v12/static/src/js/sidebar.js
+++ b/backend_theme_v13/static/src/js/sidebar.js
@@ -2,7 +2,7 @@
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
// Check if debug mode is active and then add debug into URL when clicking on the App sidebar
-odoo.define('backend_theme_v12.Sidebar', function(require) {
+odoo.define('backend_theme_v13.Sidebar', function(require) {
"use strict";
var core = require('web.core');
var session = require('web.session');
diff --git a/backend_theme_v13/static/src/scss/colors.scss b/backend_theme_v13/static/src/scss/colors.scss
new file mode 100644
index 0000000..3b7102c
--- /dev/null
+++ b/backend_theme_v13/static/src/scss/colors.scss
@@ -0,0 +1,2 @@
+$brand-primary: #008DCA;
+$brand-secondary: #5EC269;
diff --git a/backend_theme_v12/static/src/scss/sidebar.scss b/backend_theme_v13/static/src/scss/sidebar.scss
similarity index 93%
rename from backend_theme_v12/static/src/scss/sidebar.scss
rename to backend_theme_v13/static/src/scss/sidebar.scss
index 1393964..158a148 100644
--- a/backend_theme_v12/static/src/scss/sidebar.scss
+++ b/backend_theme_v13/static/src/scss/sidebar.scss
@@ -8,7 +8,8 @@ $odoo-sidebar-width: 180px;
.app-sidebar-panel {
flex: 0 0 $odoo-sidebar-width;
background-color: $gray-base;
- height: 100% !important;
+ height: calc(100% - 46px) !important;
+ //height: 100% !important;
overflow-y: auto;
@media (max-width: 768px) {
display: none;
@@ -65,5 +66,5 @@ $odoo-sidebar-width: 180px;
}
.toggle-sidebar {
- margin-left: 0px - $odoo-sidebar-width;
-}
\ No newline at end of file
+ display: none;
+}
diff --git a/backend_theme_v12/static/src/scss/style.scss b/backend_theme_v13/static/src/scss/style.scss
similarity index 89%
rename from backend_theme_v12/static/src/scss/style.scss
rename to backend_theme_v13/static/src/scss/style.scss
index 4faac80..225c463 100644
--- a/backend_theme_v12/static/src/scss/style.scss
+++ b/backend_theme_v13/static/src/scss/style.scss
@@ -4,7 +4,7 @@
@font-face {
font-family: Roboto;
- src: url(/backend_theme_v12/static/src/font/Roboto-Regular.ttf)
+ src: url(/backend_theme_v13/static/src/font/Roboto-Regular.ttf)
}
@@ -15,18 +15,6 @@ $gray: #777;
$gray-light: #AEA79F;
$gray-lighter: lighten($gray-base, 93.5%);
-
-// Change colors here
-
-// Odoo EE colors
-//$brand-primary: #875a7b;
-//$brand-secondary: #00A09D;
-//------------------------
-$brand-primary: #008DCA;
-$brand-secondary: #5EC269;
-//------------------------
-
-
$brand-primary-dark: darken($brand-primary, 10%);
$brand-secondary-dark: darken($brand-secondary, 10%);
@@ -60,6 +48,31 @@ body {
}
+//.app-sidebar {
+// display: none;
+//}
+
+// Sidebar
+html .o_web_client {
+ flex-flow: row wrap;
+
+ >header {
+ flex: 0 0 100%;
+ }
+
+ >.o_action_manager {
+ @media (max-width: 768px) {
+ flex: 0 0 100%;
+ }
+ flex: 0 0 calc(100% - 180px);
+ height: calc(100% - 46px) !important;
+ }
+
+ .toggle-sidebar~.o_action_manager {
+ flex: 0 0 100%;
+ }
+}
+
// Fix color Add file button
.o_control_panel .o_cp_sidebar .o_hidden_input_file .o_form_binary_form span {
color: $gray-dark !important;
@@ -140,6 +153,11 @@ oe_highlight {
color: $brand-primary !important;
}
+// Badges
+
+.badge {
+ border: 1px solid $brand-secondary;
+}
// Calendar
@@ -360,10 +378,20 @@ textarea, select, .o_form_view.o_form_editable .o_form_field_many2manytags,
// App Dashboard
.o_menu_apps .dropdown-menu.show {
- background: transparent url('/dashboard') no-repeat scroll center center / cover;
-
+ background: url(/dashboard);
+ background-origin: border-box;
+ background-size: cover;
+ height: calc(100vh);
+ max-height: calc(100vh);
+ border-top: $o-navbar-height solid transparent;
+ top: 0 !important;
}
+.o_main_navbar > ul.o_menu_systray {
+ float: right;
+ position: relative;
+ z-index: 200;
+}
.fa-th-large::before {
content: "\f00a";
@@ -373,6 +401,8 @@ textarea, select, .o_form_view.o_form_editable .o_form_field_many2manytags,
width: 46px;
font-size: 18px;
text-align: center;
+ position: relative;
+ z-index: 200;
}
.o-app-name {
@@ -405,4 +435,4 @@ textarea, select, .o_form_view.o_form_editable .o_form_field_many2manytags,
.o_thread_window .o_thread_window_header {
background-color: $brand-primary;
-}
\ No newline at end of file
+}
diff --git a/backend_theme_v12/views/assets.xml b/backend_theme_v13/views/assets.xml
similarity index 65%
rename from backend_theme_v12/views/assets.xml
rename to backend_theme_v13/views/assets.xml
index c2c9a0a..453c529 100644
--- a/backend_theme_v12/views/assets.xml
+++ b/backend_theme_v13/views/assets.xml
@@ -10,10 +10,11 @@
-
-
-
-
+
+
+
+
+
diff --git a/backend_theme_v12/views/res_company_view.xml b/backend_theme_v13/views/res_company_view.xml
similarity index 100%
rename from backend_theme_v12/views/res_company_view.xml
rename to backend_theme_v13/views/res_company_view.xml
diff --git a/backend_theme_v12/views/sidebar.xml b/backend_theme_v13/views/sidebar.xml
similarity index 94%
rename from backend_theme_v12/views/sidebar.xml
rename to backend_theme_v13/views/sidebar.xml
index 4dbecee..0fa35dd 100644
--- a/backend_theme_v12/views/sidebar.xml
+++ b/backend_theme_v13/views/sidebar.xml
@@ -8,7 +8,7 @@
-
+
diff --git a/backend_theme_v12/views/users.xml b/backend_theme_v13/views/users.xml
similarity index 100%
rename from backend_theme_v12/views/users.xml
rename to backend_theme_v13/views/users.xml
diff --git a/openworx_backend_theme/LICENSE.txt b/openworx_backend_theme/LICENSE.txt
deleted file mode 100644
index 0a04128..0000000
--- a/openworx_backend_theme/LICENSE.txt
+++ /dev/null
@@ -1,165 +0,0 @@
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-
- This version of the GNU Lesser General Public License incorporates
-the terms and conditions of version 3 of the GNU General Public
-License, supplemented by the additional permissions listed below.
-
- 0. Additional Definitions.
-
- As used herein, "this License" refers to version 3 of the GNU Lesser
-General Public License, and the "GNU GPL" refers to version 3 of the GNU
-General Public License.
-
- "The Library" refers to a covered work governed by this License,
-other than an Application or a Combined Work as defined below.
-
- An "Application" is any work that makes use of an interface provided
-by the Library, but which is not otherwise based on the Library.
-Defining a subclass of a class defined by the Library is deemed a mode
-of using an interface provided by the Library.
-
- A "Combined Work" is a work produced by combining or linking an
-Application with the Library. The particular version of the Library
-with which the Combined Work was made is also called the "Linked
-Version".
-
- The "Minimal Corresponding Source" for a Combined Work means the
-Corresponding Source for the Combined Work, excluding any source code
-for portions of the Combined Work that, considered in isolation, are
-based on the Application, and not on the Linked Version.
-
- The "Corresponding Application Code" for a Combined Work means the
-object code and/or source code for the Application, including any data
-and utility programs needed for reproducing the Combined Work from the
-Application, but excluding the System Libraries of the Combined Work.
-
- 1. Exception to Section 3 of the GNU GPL.
-
- You may convey a covered work under sections 3 and 4 of this License
-without being bound by section 3 of the GNU GPL.
-
- 2. Conveying Modified Versions.
-
- If you modify a copy of the Library, and, in your modifications, a
-facility refers to a function or data to be supplied by an Application
-that uses the facility (other than as an argument passed when the
-facility is invoked), then you may convey a copy of the modified
-version:
-
- a) under this License, provided that you make a good faith effort to
- ensure that, in the event an Application does not supply the
- function or data, the facility still operates, and performs
- whatever part of its purpose remains meaningful, or
-
- b) under the GNU GPL, with none of the additional permissions of
- this License applicable to that copy.
-
- 3. Object Code Incorporating Material from Library Header Files.
-
- The object code form of an Application may incorporate material from
-a header file that is part of the Library. You may convey such object
-code under terms of your choice, provided that, if the incorporated
-material is not limited to numerical parameters, data structure
-layouts and accessors, or small macros, inline functions and templates
-(ten or fewer lines in length), you do both of the following:
-
- a) Give prominent notice with each copy of the object code that the
- Library is used in it and that the Library and its use are
- covered by this License.
-
- b) Accompany the object code with a copy of the GNU GPL and this license
- document.
-
- 4. Combined Works.
-
- You may convey a Combined Work under terms of your choice that,
-taken together, effectively do not restrict modification of the
-portions of the Library contained in the Combined Work and reverse
-engineering for debugging such modifications, if you also do each of
-the following:
-
- a) Give prominent notice with each copy of the Combined Work that
- the Library is used in it and that the Library and its use are
- covered by this License.
-
- b) Accompany the Combined Work with a copy of the GNU GPL and this license
- document.
-
- c) For a Combined Work that displays copyright notices during
- execution, include the copyright notice for the Library among
- these notices, as well as a reference directing the user to the
- copies of the GNU GPL and this license document.
-
- d) Do one of the following:
-
- 0) Convey the Minimal Corresponding Source under the terms of this
- License, and the Corresponding Application Code in a form
- suitable for, and under terms that permit, the user to
- recombine or relink the Application with a modified version of
- the Linked Version to produce a modified Combined Work, in the
- manner specified by section 6 of the GNU GPL for conveying
- Corresponding Source.
-
- 1) Use a suitable shared library mechanism for linking with the
- Library. A suitable mechanism is one that (a) uses at run time
- a copy of the Library already present on the user's computer
- system, and (b) will operate properly with a modified version
- of the Library that is interface-compatible with the Linked
- Version.
-
- e) Provide Installation Information, but only if you would otherwise
- be required to provide such information under section 6 of the
- GNU GPL, and only to the extent that such information is
- necessary to install and execute a modified version of the
- Combined Work produced by recombining or relinking the
- Application with a modified version of the Linked Version. (If
- you use option 4d0, the Installation Information must accompany
- the Minimal Corresponding Source and Corresponding Application
- Code. If you use option 4d1, you must provide the Installation
- Information in the manner specified by section 6 of the GNU GPL
- for conveying Corresponding Source.)
-
- 5. Combined Libraries.
-
- You may place library facilities that are a work based on the
-Library side by side in a single library together with other library
-facilities that are not Applications and are not covered by this
-License, and convey such a combined library under terms of your
-choice, if you do both of the following:
-
- a) Accompany the combined library with a copy of the same work based
- on the Library, uncombined with any other library facilities,
- conveyed under the terms of this License.
-
- b) Give prominent notice with the combined library that part of it
- is a work based on the Library, and explaining where to find the
- accompanying uncombined form of the same work.
-
- 6. Revised Versions of the GNU Lesser General Public License.
-
- The Free Software Foundation may publish revised and/or new versions
-of the GNU Lesser General Public License from time to time. Such new
-versions will be similar in spirit to the present version, but may
-differ in detail to address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Library as you received it specifies that a certain numbered version
-of the GNU Lesser General Public License "or any later version"
-applies to it, you have the option of following the terms and
-conditions either of that published version or of any later version
-published by the Free Software Foundation. If the Library as you
-received it does not specify a version number of the GNU Lesser
-General Public License, you may choose any version of the GNU Lesser
-General Public License ever published by the Free Software Foundation.
-
- If the Library as you received it specifies that a proxy can decide
-whether future versions of the GNU Lesser General Public License shall
-apply, that proxy's public statement of acceptance of any version is
-permanent authorization for you to choose that version for the
-Library.
diff --git a/openworx_backend_theme/README.rst b/openworx_backend_theme/README.rst
deleted file mode 100644
index 35689b5..0000000
--- a/openworx_backend_theme/README.rst
+++ /dev/null
@@ -1 +0,0 @@
-This module has been replaced by https://github.com/Openworx/backend_theme/tree/12.0/backend_theme_v12
\ No newline at end of file
diff --git a/openworx_backend_theme/__init__.py b/openworx_backend_theme/__init__.py
deleted file mode 100644
index 40a96af..0000000
--- a/openworx_backend_theme/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-# -*- coding: utf-8 -*-
diff --git a/openworx_backend_theme/__manifest__.py b/openworx_backend_theme/__manifest__.py
deleted file mode 100644
index b11ad22..0000000
--- a/openworx_backend_theme/__manifest__.py
+++ /dev/null
@@ -1,30 +0,0 @@
-# -*- coding: utf-8 -*-
-# Copyright 2016, 2018 Openworx
-# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
-
-{
- "name": "Openworx Backend Theme",
- "summary": "Openworx Backend Theme ",
- "version": "12.0.0.1",
- "category": "Theme/Backend",
- "website": "http://www.openworx.nl",
- "description": """
- Backend theme for Odoo 12.0 community edition.
- """,
- 'images':[
- 'images/screen.png'
- ],
- "author": "Openworx",
- "license": "LGPL-3",
- "installable": True,
- "depends": [
- 'web',
- ],
- "data": [
- 'views/assets.xml',
- 'views/sidebar.xml',
- ],
- 'live_test_url': 'https://youtu.be/qTSup3fqwlU'
-
-}
-
diff --git a/openworx_backend_theme/images/screen.png b/openworx_backend_theme/images/screen.png
deleted file mode 100644
index 3fd4342..0000000
Binary files a/openworx_backend_theme/images/screen.png and /dev/null differ
diff --git a/openworx_backend_theme/static/description/contacts.png b/openworx_backend_theme/static/description/contacts.png
deleted file mode 100644
index 3fd4342..0000000
Binary files a/openworx_backend_theme/static/description/contacts.png and /dev/null differ
diff --git a/openworx_backend_theme/static/description/crm.png b/openworx_backend_theme/static/description/crm.png
deleted file mode 100644
index 4b85703..0000000
Binary files a/openworx_backend_theme/static/description/crm.png and /dev/null differ
diff --git a/openworx_backend_theme/static/description/icon.png b/openworx_backend_theme/static/description/icon.png
deleted file mode 100644
index 4218e4e..0000000
Binary files a/openworx_backend_theme/static/description/icon.png and /dev/null differ
diff --git a/openworx_backend_theme/static/description/sidechatter.png b/openworx_backend_theme/static/description/sidechatter.png
deleted file mode 100644
index 18c1419..0000000
Binary files a/openworx_backend_theme/static/description/sidechatter.png and /dev/null differ
diff --git a/openworx_backend_theme/static/src/font/Roboto-Regular.ttf b/openworx_backend_theme/static/src/font/Roboto-Regular.ttf
deleted file mode 100644
index 8c082c8..0000000
Binary files a/openworx_backend_theme/static/src/font/Roboto-Regular.ttf and /dev/null differ
diff --git a/openworx_backend_theme/static/src/js/sidebar.js b/openworx_backend_theme/static/src/js/sidebar.js
deleted file mode 100644
index 0fe9d60..0000000
--- a/openworx_backend_theme/static/src/js/sidebar.js
+++ /dev/null
@@ -1,33 +0,0 @@
-/* Copyright 2016, 2018 Openworx.
- * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
-
-// Check if debug mode is active and then add debug into URL when clicking on the App sidebar
-odoo.define('openworx_backend_theme.Sidebar', function(require) {
- "use strict";
- var core = require('web.core');
- var session = require('web.session');
- var Widget = require('web.Widget');
- $(function() {
- (function($) {
- $.addDebug = function(url) {
- url = url.replace(/(.{4})/, "$1?debug");
- return url;
- }
- $.addDebugWithAssets = function(url) {
- url = url.replace(/(.{4})/, "$1?debug=assets");
- return url;
- }
- $.delDebug = function(url) {
- var str = url.match(/web(\S*)#/);
- url = url.replace("str/g", "");
- return url;
- }
- }) (jQuery);
- $("#sidebar a").each(function() {
- var url = $(this).attr('href');
- if (session.debug == 1) $(this).attr('href', $.addDebug(url));
- if (session.debug == 'assets') $(this).attr('href', $.addDebugWithAssets(url));
- if (session.debug == false) $(this).attr('href', $.delDebug(url));
- });
- });
-});
diff --git a/openworx_backend_theme/static/src/scss/sidebar.scss b/openworx_backend_theme/static/src/scss/sidebar.scss
deleted file mode 100644
index bf125e2..0000000
--- a/openworx_backend_theme/static/src/scss/sidebar.scss
+++ /dev/null
@@ -1,69 +0,0 @@
-/* Copyright 2016, 2018 Openworx.
- * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
-
-/* App Sidebar Panel */
-
-$odoo-sidebar-width: 180px;
-
-.app-sidebar-panel {
-// @include o-flex(0, 0, $odoo-sidebar-width);
- background-color: $gray-base;
- height: 100% !important;
- overflow-y: auto;
- @media (max-width: 768px) {
- display: none;
- }
-}
-
-@media (min-width: 768px) {
- .o_menu_apps {
- display: none !important;
- }
-}
-
-//.app-sidebar-panel:hover {
-// @include o-flex(0, 0, $odoo-sidebar-width);
-//}
-
-.app-sidebar {
- white-space: nowrap;
- padding: 0;
- .app-sidebar-menu {
- list-style: none;
- margin: 0;
- padding: 0;
- >li {
- display: block;
- margin: 0;
- padding: 0;
- border: 0px;
- >a {
- display: block;
- position: relative;
- margin: 0;
- border: 0px;
- padding: 8px 15px;
- text-decoration: none;
- font-size: 13px;
- font-weight: 300;
- color: $gray-lighter;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
- > li:hover > a{
- background: darken(#0099ff, 15%);
- color: #fff;
- }
- }
-}
-
-.app-sidebar-menuitem {
- width: 23px;
- height: 22px;
- margin-right: 5px;
-}
-
-.toggle-sidebar {
- margin-left: 0px - $odoo-sidebar-width;
-}
\ No newline at end of file
diff --git a/openworx_backend_theme/static/src/scss/style.scss b/openworx_backend_theme/static/src/scss/style.scss
deleted file mode 100644
index 9e684a1..0000000
--- a/openworx_backend_theme/static/src/scss/style.scss
+++ /dev/null
@@ -1,325 +0,0 @@
-/* Copyright 2016, 2018 Openworx.
- * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
-
-
-@font-face {
- font-family: Roboto;
- src: url(/openworx_backend_theme/static/src/font/Roboto-Regular.ttf)
-}
-
-
-$gray-base: #000;
-$gray-darker: lighten($gray-base, 13.5%); // #222
-$gray-dark: #666; // #333
-$gray: #777; // #555
-$gray-light: #AEA79F; // #999
-$gray-lighter: lighten($gray-base, 93.5%); // #eee
-
-
-$brand-primary: #875a7b;
-$brand-secondary: #00A09D;
-
-body {
-
- font-family: "Roboto";
-}
-
-.o_loading {
- background-color: $brand-primary;
-}
-
-.o_main_navbar {
- background-color : $brand-primary;
-}
-
-.o_main_navbar > a:hover, .o_main_navbar > a:focus, .o_main_navbar > button:hover, .o_main_navbar > button:focus {
-
- background-color: #68465f;
- color: inherit;
-
-}
-
-.o_main_navbar > ul > li > a:hover, .o_main_navbar > ul > li > label:hover {
- background-color: #68465f;
-}
-
-.o_main_navbar .show .dropdown-toggle {
-
- background-color: #68465f;
-
-}
-
-// Fix color Add file button
-.o_control_panel .o_cp_sidebar .o_hidden_input_file .o_form_binary_form span {
- color: $gray-dark !important;
-}
-
-// Buttons
-
-.btn {
- border-radius: 0px;
-}
-
-.btn-primary {
-
- color: #fff;
- background-color: $brand-secondary;
- border-color: $brand-secondary;
-
-}
-
-.btn-primary:hover {
-
- color: #fff;
- background-color: #007a77;
- border-color: #006d6b;
-}
-
-.btn-secondary {
- border: none;
-}
-
-.btn:active, .btn.active {
- -webkit-box-shadow: none;
- box-shadow: none;
- background-color: #eee !important;
-}
-
-.btn-group.open .dropdown-toggle {
- -webkit-box-shadow: none;
- box-shadow: none;
- background-color: #eee !important;
-}
-
-
-.btn-link {
- color: $brand-secondary;
-}
-
-
-.o_dropdown_toggler_btn, .o_dropdown_toggler_btn:hover, .o_dropdown_toggler_btn:focus, .o_dropdown_toggler_btn:hover, .o_dropdown_toggler_btn:focus, .btn-icon, .o_graph_button {
- text-transform: none !important;
- color: $gray-dark !important;
- background-color: transparent !important;
- border: none !important;
-}
-
-.dropdown-menu {
- border-radius: 0px;
-}
-
-oe_highlight {
- color: #ffffff !important;
- background-color: $brand-primary !important;
-}
-
-.o_external_button {
- color: $brand-primary !important;
- background: #ffffff;
-}
-
-.o_button_icon {
- color: $brand-primary !important;
-}
-
-
-// Filter search label
-
-.o_searchview {
- .o_searchview_facet {
-
- background-color: #ffffff;
-
- .o_searchview_facet_label {
- background-color: $brand-primary;
- }
- }
-}
-
-a {
-
- color: #008784;
- text-decoration: none;
- background-color: transparent;
- -webkit-text-decoration-skip: objects;
-
-}
-
-a:hover {
-
- color: #003a39;
- text-decoration: none;
-
-}
-
-
-.o_control_panel {
- background-color: #ffffff;
-}
-
-.breadcrumb {
- background-color: inherit;
-}
-
-// Input
-
-input[type="text"], input[type="password"], input[type="number"],
-textarea, select, .o_form_view.o_form_editable .o_form_field_many2manytags,
-.o_searchview
-{
- border: 0;
- border-radius: 0;
- border-bottom: 1px solid #ccc;
-}
-
-.o_web_client input:focus, .o_web_client textarea:focus, .o_web_client select:focus {
- outline: none;
- border-bottom: 2px solid $brand-primary;
-}
-
-.o_input {
- border: 1px solid #ccc;
- border-top-style: none;
- border-right-style: none;
- border-left-style: none;
- color: $gray;
-}
-
-
-
-// Listview
-
-.o_list_view.table {
- border: none;
-}
-.o_list_view.table thead, .o_list_view.table tfoot, .o_list_view.table td,.o_list_view.table th {
- border: none;
-}
-
-.o_list_view.table thead {
- background-color: #e2e2e0;
-}
-
-.o_list_view.table thead > tr > th.o_column_sortable:hover {
- background-color: #D6D6D3;
-}
-
-.o_list_view.table tbody tr.o_group_header {
- background-color: #dfdfdf;
- background-image: none;
- border-top: 1px solid #e2e2e0;
-}
-
-.table-striped > tbody > tr:nth-of-type(2n+1) {
- background-color: #eef0f0;
-}
-
-.o_list_view tfoot {
- background-color: $brand-primary;
- color: #ffffff;
- cursor: default;
- font-weight: normal;
-}
-
-
-// Form
-
-
-// Forms
-
-.o_form_view {
-
- .o_form_sheet_bg {
- background: none !important;
- background-color: #F9F9F9 !important;
- padding: 0px;
- .o_form_sheet {
- border: 1px solid #d9d7d7;
- box-shadow: 0 5px 20px -15px black;
- max-width: 90%;
- }
- }
-
- .o_form_statusbar {
- //margin: -16px;
-
- .o_statusbar_status {
- > .o_arrow_button {
- background: #ffffff;
- }
- }
- }
-}
-
-/*
-.o_form_view .o_horizontal_separator {
- color: inherit;
-}
-
-.o_form_view .o_form_sheet_bg {
- background: none !important;
- background-color: #F9F9F9 !important;
- padding: 0px;
-}
-
-
-
-.o_form_view .o_form_sheet_bg > .o_form_sheet {
- border: 1px solid #d9d7d7;
- box-shadow: 0 5px 20px -15px black;
- max-width: 90%;
-}
-
-*/
-
-/*.o_form_view .oe_chatter {
- max-width: 100%;
-} */
-
-
- // Sidechatter like EE
-$o-chatter-width: 510px;
-@media screen and (min-width: 1600px) {
- .o_form_sheet_bg {
- width: calc(100% - 510px);
- float: left;
- height: 100vh;
- overflow: auto;
- }
- .o_form_view .o_form_sheet_bg .o_form_sheet {
- max-width: 97%;
- }
- .o_form_view .o_form_sheet_bg {
- border-bottom: none;
- }
-
- .oe_chatter {
- width: $o-chatter-width;
- max-width: $o-chatter-width !important;
- min-width: $o-chatter-width !important;
- background-color: #ffffff;
- float:right;
- border-left: 1px solid $gray-lighter;
- overflow: auto;
- padding: 0 !important;
- height: 100vh !important;
- }
-
- .o_chatter {
- height: 100vh;
- }
-
- .o_chatter_topbar {
- margin: 0 !important;
- }
-
- .o_thread_date.btn {
- color: inherit;
- }
-
- // Fix Modal Dialog size = Scheduled Action button
- .modal .modal-dialog .o_form_view .o_form_sheet_bg, .modal .modal-dialog .o_form_view .o_form_sheet {
- width: 100%;
- height: 100%;
- }
-}
\ No newline at end of file
diff --git a/openworx_backend_theme/views/assets.xml b/openworx_backend_theme/views/assets.xml
deleted file mode 100644
index b65e935..0000000
--- a/openworx_backend_theme/views/assets.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/openworx_backend_theme/views/sidebar.xml b/openworx_backend_theme/views/sidebar.xml
deleted file mode 100644
index b9facb7..0000000
--- a/openworx_backend_theme/views/sidebar.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-