diff --git a/odoo_10_custom/__init__.py b/odoo_10_custom/__init__.py new file mode 100644 index 0000000..fe9bc75 --- /dev/null +++ b/odoo_10_custom/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +# import models diff --git a/odoo_10_custom/__openerp__.py b/odoo_10_custom/__openerp__.py new file mode 100644 index 0000000..5168ed0 --- /dev/null +++ b/odoo_10_custom/__openerp__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# Copyright 2015, Jarsa Sistemas S.A. de C.V. +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "Odoo 10 Custom", + "version": "10.0.1.0.0", + "category": "Custom", + "website": "http://jarsa.com.mx", + "author": "Jarsa Sistemas S.A. de C.V.", + "license": "AGPL-3", + "description": "Custom Views for MT", + "depends": [ + "base", + ], + "data": [ + 'views/mt_css_rs.xml', + ], +} diff --git a/odoo_10_custom/static/src/css/cssfile.css b/odoo_10_custom/static/src/css/cssfile.css new file mode 100644 index 0000000..6fbd1b2 --- /dev/null +++ b/odoo_10_custom/static/src/css/cssfile.css @@ -0,0 +1,109 @@ +@keyframes menuitem{ + from{ transform: translate(0px,0px); } + 33%{ transform: translate(4px,0px); } + 66%{ transform: translate(-4px,0px); } + to{ transform: translate(0px,0px); } +} +@keyframes menuitemicons{ + from{ transform: scale(1, 1); } + 33%{ transform: scale(1.1, 1.1); } + 66%{ transform: scale(0.9, 0.9); } + to{ transform: scale(1, 1); } +} +nav.navbar div.container-fluid{ + background: #cc7068; + background: -moz-linear-gradient(-45deg, #cc7068 0%, #c94f49 17%, #a42e2c 51%, #8f2421 51%, #a81c21 59%, #ba2328 71%, #8f2124 84%, #671e15 100%); + background: -webkit-linear-gradient(-45deg, #cc7068 0%,#c94f49 17%,#a42e2c 51%,#8f2421 51%,#a81c21 59%,#ba2328 71%,#8f2124 84%,#671e15 100%); + background: linear-gradient(135deg, #cc7068 0%,#c94f49 17%,#a42e2c 51%,#8f2421 51%,#a81c21 59%,#ba2328 71%,#8f2124 84%,#671e15 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc7068', endColorstr='#671e15',GradientType=1 ); +} +.o_list_view tfoot{ + background: #c95650; +} +nav.navbar-inverse{ + border-color: #904b4b; +} +nav div.navbar-header > a.navbar-brand.o_menu_toggle:hover, +nav div#o_navbar_collapse > ul.nav.navbar-nav.o_menu_sections > li > a:hover, +nav div#o_navbar_collapse > ul.nav.navbar-nav.o_menu_sections > li > a:focus, +nav div#o_navbar_collapse > ul.nav.navbar-nav.navbar-right.oe_systray > li > a:hover, +nav div#o_navbar_collapse > ul.nav.navbar-nav.navbar-right.oe_systray > li > a:focus, +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus{ + background-color: #d26d6d; +} +nav div.navbar-header > a.navbar-brand.o_menu_toggle:hover, +nav div#o_navbar_collapse > ul.nav.navbar-nav.o_menu_sections > li > a:hover{ + animation-name: menuitem; + animation-duration: 1s; + animation-iteration-count: infinite; + position: relative; +} +body > div.o_application_switcher{ + background: url(/odoo_10_custom/static/src/img/image3.png) no-repeat center center; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; + font-size: 15px; +} +div.o_application_switcher div.o_application_switcher_footer img{ + content: url(/odoo_10_custom/static/src/img/jarsa.png); + width: 70px; +} +.o_application_switcher .o_apps .o_app .o_caption{ + color: #6b6b6b; +} +.o_application_switcher .o_apps .o_app .o_app_icon{ + border-radius: 3px; + -webkit-box-shadow: -4px 4px 6px -3px rgba(0, 0, 0, 0.29); + -moz-box-shadow: -4px 4px 6px -3px rgba(0, 0, 0, 0.29); + box-shadow: -4px 4px 6px -3px rgba(0, 0, 0, 0.29); +} +.o_application_switcher .o_apps .o_app .o_app_icon:hover{ + animation-name: menuitemicons; + animation-duration: 1s; + animation-iteration-count: infinite; + position: relative; +} + +/* +div.table-responsive table.o_account_reports_table{ + font-size:100px; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus, +body > nav > div > div.navbar-header > a:hover, +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus, +.o_web_client .navbar .o_menu_toggle:hover, +.o_searchview .o_searchview_facet .o_searchview_facet_label, +.label-primary[href]:hover, +.label-primary[href]:focus, + + + + +.o_form_view .o_notebook > ul.nav-tabs > li.active > a, +.o_form_view .o_notebook > ul.nav-tabs > li.active > a:hover, +.o_form_view .o_notebook > ul.nav-tabs > li.active > a:focus, +.o_form_view .o_notebook > ul.nav-tabs > li.active > a:active{ + color: #B40404; + font-weight: 500; +} +.o_form_view .o_notebook > ul.nav-tabs > li.active > a { + border-bottom: 1px solid #B40404; +} + +.o_form_view .oe_button_box .btn.oe_stat_button > .o_stat_info .o_stat_value { + display: block; + max-width: 100%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + font-weight: 700; + color: #B40404; +}*/ \ No newline at end of file diff --git a/odoo_10_custom/static/src/img/1.png b/odoo_10_custom/static/src/img/1.png new file mode 100644 index 0000000..d662576 Binary files /dev/null and b/odoo_10_custom/static/src/img/1.png differ diff --git a/odoo_10_custom/static/src/img/2.jpeg b/odoo_10_custom/static/src/img/2.jpeg new file mode 100644 index 0000000..03e7ac8 Binary files /dev/null and b/odoo_10_custom/static/src/img/2.jpeg differ diff --git a/odoo_10_custom/static/src/img/3.jpg b/odoo_10_custom/static/src/img/3.jpg new file mode 100644 index 0000000..02f3413 Binary files /dev/null and b/odoo_10_custom/static/src/img/3.jpg differ diff --git a/odoo_10_custom/static/src/img/4.jpg b/odoo_10_custom/static/src/img/4.jpg new file mode 100644 index 0000000..4238d96 Binary files /dev/null and b/odoo_10_custom/static/src/img/4.jpg differ diff --git a/odoo_10_custom/static/src/img/5.png b/odoo_10_custom/static/src/img/5.png new file mode 100644 index 0000000..098cb57 Binary files /dev/null and b/odoo_10_custom/static/src/img/5.png differ diff --git a/odoo_10_custom/static/src/img/6.jpg b/odoo_10_custom/static/src/img/6.jpg new file mode 100644 index 0000000..731e7dd Binary files /dev/null and b/odoo_10_custom/static/src/img/6.jpg differ diff --git a/odoo_10_custom/static/src/img/7.jpg b/odoo_10_custom/static/src/img/7.jpg new file mode 100644 index 0000000..fa42917 Binary files /dev/null and b/odoo_10_custom/static/src/img/7.jpg differ diff --git a/odoo_10_custom/static/src/img/7.png b/odoo_10_custom/static/src/img/7.png new file mode 100644 index 0000000..9b4c372 Binary files /dev/null and b/odoo_10_custom/static/src/img/7.png differ diff --git a/odoo_10_custom/static/src/img/8.jpg b/odoo_10_custom/static/src/img/8.jpg new file mode 100644 index 0000000..238d0cb Binary files /dev/null and b/odoo_10_custom/static/src/img/8.jpg differ diff --git a/odoo_10_custom/static/src/img/9.jpg b/odoo_10_custom/static/src/img/9.jpg new file mode 100644 index 0000000..5daf182 Binary files /dev/null and b/odoo_10_custom/static/src/img/9.jpg differ diff --git a/odoo_10_custom/static/src/img/image.png b/odoo_10_custom/static/src/img/image.png new file mode 100644 index 0000000..917a4e4 Binary files /dev/null and b/odoo_10_custom/static/src/img/image.png differ diff --git a/odoo_10_custom/static/src/img/image2.png b/odoo_10_custom/static/src/img/image2.png new file mode 100644 index 0000000..f3638da Binary files /dev/null and b/odoo_10_custom/static/src/img/image2.png differ diff --git a/odoo_10_custom/static/src/img/image3.png b/odoo_10_custom/static/src/img/image3.png new file mode 100644 index 0000000..2e0fb44 Binary files /dev/null and b/odoo_10_custom/static/src/img/image3.png differ diff --git a/odoo_10_custom/static/src/img/jarsa.png b/odoo_10_custom/static/src/img/jarsa.png new file mode 100644 index 0000000..41603db Binary files /dev/null and b/odoo_10_custom/static/src/img/jarsa.png differ diff --git a/odoo_10_custom/views/mt_css_rs.xml b/odoo_10_custom/views/mt_css_rs.xml new file mode 100644 index 0000000..d77bf23 --- /dev/null +++ b/odoo_10_custom/views/mt_css_rs.xml @@ -0,0 +1,10 @@ + + + + + +