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