From dd65cc47de05e295d6ec8e8a5b8a8401c7b8ee18 Mon Sep 17 00:00:00 2001 From: ced <> Date: Fri, 8 Dec 2006 15:36:28 +0000 Subject: [PATCH] Fix graph for '/' Add board for sale manager bzr revid: ced-1ec550f2690647863c247131b72bda65c2f4ea81 --- addons/board_sale/__init__.py | 28 ++++++++++++++++++ addons/board_sale/__terp__.py | 11 +++++++ addons/board_sale/board_sale_view.xml | 38 +++++++++++++++++++++++++ addons/report_sale/report_sale_view.xml | 13 ++++++++- 4 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 addons/board_sale/__init__.py create mode 100644 addons/board_sale/__terp__.py create mode 100644 addons/board_sale/board_sale_view.xml diff --git a/addons/board_sale/__init__.py b/addons/board_sale/__init__.py new file mode 100644 index 00000000000..60d9e61f8bf --- /dev/null +++ b/addons/board_sale/__init__.py @@ -0,0 +1,28 @@ +############################################################################## +# +# Copyright (c) 2006 TINY SPRL. (http://tiny.be) All Rights Reserved. +# Fabien Pinckaers +# +# WARNING: This program as such is intended to be used by professional +# programmers who take the whole responsability of assessing all potential +# consequences resulting from its eventual inadequacies and bugs +# End users who are looking for a ready-to-use solution with commercial +# garantees and support are strongly adviced to contract a Free Software +# Service Company +# +# This program is Free Software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +############################################################################## + diff --git a/addons/board_sale/__terp__.py b/addons/board_sale/__terp__.py new file mode 100644 index 00000000000..5e1b5ccfc41 --- /dev/null +++ b/addons/board_sale/__terp__.py @@ -0,0 +1,11 @@ +{ + "name":"Board for sale", + "version":"1.0", + "author":"Tiny", + "category":"Board", + "depends":["base","sale", "report_crm"], + "demo_xml":[], + "update_xml":["board_sale_view.xml"], + "active":False, + "installable":True, +} diff --git a/addons/board_sale/board_sale_view.xml b/addons/board_sale/board_sale_view.xml new file mode 100644 index 00000000000..1cad6cea1da --- /dev/null +++ b/addons/board_sale/board_sale_view.xml @@ -0,0 +1,38 @@ + + + + + + board.sales.manager.form + ir.board + form + +
+ + + + + + + + + + + + +
+
+
+ + + board.sales.manager + ir.board + form + form + + + + +
+
diff --git a/addons/report_sale/report_sale_view.xml b/addons/report_sale/report_sale_view.xml index 2201261d582..7c7bef2f952 100644 --- a/addons/report_sale/report_sale_view.xml +++ b/addons/report_sale/report_sale_view.xml @@ -97,6 +97,17 @@ + + report.sale.order.category.graph + report.sale.order.category + graph + + + + + + + report.sale.order.category.tree report.sale.order.category @@ -109,7 +120,7 @@ report.sale.order.category.tree report.sale.order.category form - tree + tree,graph