modifs
authorFabien Pinckaers <fp@tinyerp.com>
Tue, 25 Nov 2008 20:38:52 +0000 (21:38 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Tue, 25 Nov 2008 20:38:52 +0000 (21:38 +0100)
bzr revid: fp@tinyerp.com-20081125203852-r1jepfh4r9i6i6v9

1  2 
addons/custom/__init__.py
addons/custom/__terp__.py
addons/membership/__terp__.py
addons/mrp/__terp__.py

diff --cc addons/custom/__init__.py
index 16559a7,759c1ec..0000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,24 -1,26 +1,0 @@@
--# -*- encoding: utf-8 -*-
--##############################################################################
--#
--#    OpenERP, Open Source Management Solution 
--#    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
--#    $Id$
--#
--#    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 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 General Public License for more details.
--#
--#    You should have received a copy of the GNU General Public License
--#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
--#
--##############################################################################
--
- import crm_building
 -import custom
 -
 -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 -
diff --cc addons/custom/__terp__.py
index cc6e3a1,36502b0..0000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,37 -1,37 +1,0 @@@
--# -*- encoding: utf-8 -*-
--##############################################################################
--#
--#    OpenERP, Open Source Management Solution 
--#    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
--#    $Id$
--#
--#    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 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 General Public License for more details.
--#
--#    You should have received a copy of the GNU General Public License
--#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
--#
--##############################################################################
--{
-     "name" : "CRM for House Building",
-     "version" : "1.0",
-     "author" : "Tiny",
-     "category" : "Generic Modules/Others",
-     "website": "http://www.tinyerp.com",
-     "description": "CRM",
-     "depends" : ["crm_configuration"],
-     "init_xml" : [],
-     "update_xml" : ["crm_build_view.xml"],
-     "active": False,
-     "installable": True
- }
- # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 -    "name" : "Module for custom developments",
 -    "version" : "1.0",
 -    "author" : "Tiny",
 -    "category" : "Generic Modules/Others",
 -    "website": "http://www.tinyerp.com",
 -    "description": "Sample custom module where you can put your customer specific developments.",
 -    "depends" : ["base"],
 -    "init_xml" : [],
 -    "update_xml" : ["custom_view.xml"],
 -    "active": False,
 -    "installable": True
 -}
 -
 -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 -
@@@ -25,7 -25,7 +25,7 @@@
      "author" : "Tiny",
      "category" : "Generic Modules/Association",
      "depends" : [
--        "base", "product", "account",
++        "base", "product", "account","process"
          ],
      "demo_xml" : [
          #"demo_data.xml",
@@@ -25,7 -25,7 +25,7 @@@
      "author" : "Tiny",
      "website" : "http://tinyerp.com/module_mrp.html",
      "category" : "Generic Modules/Production",
-     "depends" : ["stock", "hr", "purchase", "product", "process"],
 -    "depends" : ["stock", "hr", "purchase", "product"],
++    "depends" : ["stock", "hr", "purchase", "product","process"],
      "description": """
      This is the base module to manage the manufacturing process in Tiny ERP.