Base security added: Access denied for everyone, admin has access everywhere by desig...
[odoo/odoo.git] / bin / addons / base / __terp__.py
1 ##############################################################################
2 #
3 # Copyright (c) 2004-2008 Tiny SPRL (http://tiny.be) All Rights Reserved.
4 #
5 # $Id$
6 #
7 # WARNING: This program as such is intended to be used by professional
8 # programmers who take the whole responsability of assessing all potential
9 # consequences resulting from its eventual inadequacies and bugs
10 # End users who are looking for a ready-to-use solution with commercial
11 # garantees and support are strongly adviced to contract a Free Software
12 # Service Company
13 #
14 # This program is Free Software; you can redistribute it and/or
15 # modify it under the terms of the GNU General Public License
16 # as published by the Free Software Foundation; either version 2
17 # of the License, or (at your option) any later version.
18 #
19 # This program is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22 # GNU General Public License for more details.
23 #
24 # You should have received a copy of the GNU General Public License
25 # along with this program; if not, write to the Free Software
26 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
27 ###############################################################################
28 {
29         "name" : "Base",
30         "version" : "1.0",
31         "author" : "Tiny",
32         "website" : "http://tinyerp.com",
33         "category" : "Generic Modules/Base",
34         "description": "The kernel of Tiny ERP, needed for all installation.",
35         "depends" : [],
36         "init_xml" : [
37                 "base_data.xml",
38                 "base_security.xml",
39                 "base_menu.xml",
40         ],
41         "demo_xml" : [
42                 "base_demo.xml",
43                 "res/partner/partner_demo.xml",
44                 "res/partner/crm_demo.xml",
45         ],
46         "update_xml" : [
47                 "base_update.xml",
48                 "ir/wizard/wizard_menu_view.xml",
49                 "ir/ir.xml",
50                 "ir/workflow/workflow_view.xml",
51                 "res/ir_property_view.xml",
52                 "module/module_data.xml",
53                 "module/module_wizard.xml",
54                 "module/module_view.xml",
55                 "module/module_report.xml",
56                 "res/res_request_view.xml",
57                 "res/res_lang_view.xml",
58                 "res/partner/partner_report.xml",
59                 "res/partner/partner_view.xml",
60                 "res/partner/partner_wizard.xml",
61                 "res/partner/partner_data.xml",
62                 "res/partner/crm_view.xml",
63                 "res/bank_view.xml",
64                 "res/country_view.xml",
65                 "res/res_currency_view.xml",
66                 "res/res_request_view.xml",
67                 "res/res_lang_view.xml",
68                 "module/module_data.xml",
69                 "module/module_wizard.xml",
70                 "module/module_view.xml",
71                 "module/module_report.xml",
72         ],
73         "active": True,
74         "installable": True,
75 }