[REM] : Remove the board_purchase
authorsbh (Open ERP) <sbh@tinyerp.com>
Tue, 8 Jun 2010 05:45:27 +0000 (11:15 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Tue, 8 Jun 2010 05:45:27 +0000 (11:15 +0530)
bzr revid: sbh@tinyerp.com-20100608054527-o91mrq65txdlywr8

addons/board_purchase/__init__.py [deleted file]
addons/board_purchase/__terp__.py [deleted file]

diff --git a/addons/board_purchase/__init__.py b/addons/board_purchase/__init__.py
deleted file mode 100644 (file)
index 3c3121d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
-#
-#    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/>.
-#
-##############################################################################
-
-
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-
diff --git a/addons/board_purchase/__terp__.py b/addons/board_purchase/__terp__.py
deleted file mode 100644 (file)
index bd31ee7..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-#    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
-#
-#    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': 'Board for Purchase Management',
-    'version': '1.0',
-    'category': 'Board/Purchase',
-    'description': """
-This module implements a dashboard for purchase management that includes:
-    * Current Purchase Orders
-    * Draft Purchase Orders
-    * Graph for quantity and amount per month
-    """,
-    'author': 'Tiny',
-    'depends': [ 'purchase','board',
-    ],
-    'update_xml': ['board_purchase_view.xml'],
-    'demo_xml': [],
-    'installable': True,
-    'active': False,
-}
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: