From 456d8f2a5b6443afc21120321759161f0db1b313 Mon Sep 17 00:00:00 2001 From: "Divyesh Makwana (Open ERP)" Date: Mon, 2 Jul 2012 15:34:34 +0530 Subject: [PATCH 01/66] [IMP] project_issue : Removed the icons. bzr revid: mdi@tinyerp.com-20120702100434-82l616blwsxkzpey --- addons/project_issue/project_issue_view.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/project_issue/project_issue_view.xml b/addons/project_issue/project_issue_view.xml index 87a5a4f1f40..9b9c123fcad 100644 --- a/addons/project_issue/project_issue_view.xml +++ b/addons/project_issue/project_issue_view.xml @@ -69,10 +69,10 @@ diff --git a/addons/web_dashboard/static/src/js/dashboard.js b/addons/web_dashboard/static/src/js/dashboard.js index fea775d4ee8..92166cc02b1 100644 --- a/addons/web_dashboard/static/src/js/dashboard.js +++ b/addons/web_dashboard/static/src/js/dashboard.js @@ -251,7 +251,6 @@ instance.web.form.DashBoard = instance.web.form.FormWidget.extend({ if (this.view.options.action.help) { this.$element.append( $('
') - .append($('', { src: '/web_dashboard/static/src/img/view_todo_arrow.png' })) .append($('
').html(this.view.options.action.help || " ")) ); } From bc0f0d9ca4be496a657287d248c96e31c34c69cf Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Sat, 4 Aug 2012 20:50:31 +0200 Subject: [PATCH 43/66] [IMP] empty personal dashboard bzr revid: fp@openerp.com-20120804185031-23l5cpdby6sep13h --- addons/web/static/src/css/base.css | 4 ++-- addons/web/static/src/css/base.sass | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index aba1c62e9f3..40813fb9859 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -1816,9 +1816,9 @@ max-width: 700px; } .openerp .oe_view_nocontent .oe_view_nocontent_create { - background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0 0; + background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 7px 0; padding-top: 35px; - min-height: 35px; + min-height: 28px; color: #4c4c4c; } .openerp .oe_view_nocontent > p { diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index 2334be68a32..3d4264a4074 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -1406,9 +1406,9 @@ $sheet-max-width: 860px font-size: 125% max-width: 700px .oe_view_nocontent_create - background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0 0 + background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 7px 0 padding-top: 35px - min-height: 35px + min-height: 28px color: #4c4c4c > p padding-left: 95px From fec7a28f45b17b714433cf0c88e1cff242051017 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Sat, 4 Aug 2012 21:01:26 +0200 Subject: [PATCH 44/66] imp_layout bzr revid: fp@openerp.com-20120804190126-h100ygpd8mm9w0no --- addons/web/static/src/css/base.css | 4 +++- addons/web/static/src/css/base.sass | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index 40813fb9859..570b390a7dd 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -1809,7 +1809,7 @@ padding: 0; } .openerp .oe_view_nocontent { - padding-left: 15px; + padding: 15px; margin-top: 0; color: #777777; font-size: 125%; @@ -1817,6 +1817,7 @@ } .openerp .oe_view_nocontent .oe_view_nocontent_create { background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 7px 0; + margin-top: 0; padding-top: 35px; min-height: 28px; color: #4c4c4c; @@ -1826,6 +1827,7 @@ } .openerp .oe_view_nocontent .oe_empty_custom_dashboard { background: transparent url(/web/static/src/img/graph_background.png) no-repeat 0 0; + margin-top: -15px; padding: 100px 0 0 137px; min-height: 327px; margin-left: -15px; diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index 3d4264a4074..a50cb725fad 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -1400,13 +1400,14 @@ $sheet-max-width: 860px // }}} // Views Common {{{ .oe_view_nocontent - padding-left: 15px + padding: 15px margin-top: 0 color: #777777 font-size: 125% max-width: 700px .oe_view_nocontent_create background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 7px 0 + margin-top: 0 padding-top: 35px min-height: 28px color: #4c4c4c @@ -1414,6 +1415,7 @@ $sheet-max-width: 860px padding-left: 95px .oe_empty_custom_dashboard background: transparent url(/web/static/src/img/graph_background.png) no-repeat 0 0 + margin-top: -15px padding: 100px 0 0 137px min-height: 327px margin-left: -15px From a6b417b25624ff1efb39336d00b9a1420541fd68 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Sat, 4 Aug 2012 21:07:48 +0200 Subject: [PATCH 45/66] imp bzr revid: fp@openerp.com-20120804190748-27jx1yztb6sykhfq --- openerp/addons/base/module/module_view.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openerp/addons/base/module/module_view.xml b/openerp/addons/base/module/module_view.xml index 00cc469c610..3eddea86e1f 100644 --- a/openerp/addons/base/module/module_view.xml +++ b/openerp/addons/base/module/module_view.xml @@ -188,7 +188,10 @@ kanban,tree,form {'search_default_app':1} - You can install new modules in order to activate new features, menu, reports or data in your OpenERP instance. To install some modules, click on the button "Install" from the form view and then click on "Start Upgrade". + +

No module found!

+

You should try others search criteria.

+
From bd4b1bf9ef818b3a9bdac661e5ee4943d589f288 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Sat, 4 Aug 2012 22:35:20 +0200 Subject: [PATCH 46/66] [IMP] removing unused ir.actions.todo.category object bzr revid: fp@openerp.com-20120804203520-xw35v0eplds9md3k --- openerp/addons/base/ir/ir.xml | 50 ---------------------------- openerp/addons/base/ir/ir_actions.py | 15 --------- 2 files changed, 65 deletions(-) diff --git a/openerp/addons/base/ir/ir.xml b/openerp/addons/base/ir/ir.xml index ffdb4e4e247..b587a846b91 100644 --- a/openerp/addons/base/ir/ir.xml +++ b/openerp/addons/base/ir/ir.xml @@ -1796,7 +1796,6 @@ -
-
+

+