[I18N] Update the translations
[odoo/odoo.git] / addons / l10n_ch_chart_c2c_pcg / __terp__.py
1 # -*- encoding: utf-8 -*-
2 # Copyright (c) 2008 CamptoCamp SA
3 #
4 #  __init__.py
5 #
6 #  Created by Vincent Renaville on 12.02.09.
7 #  Copyright (c) 2009 CamptoCamp. All rights reserved.
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 # This program is Free Software; you can redistribute it and/or
16 # modify it under the terms of the GNU General Public License
17 # as published by the Free Software Foundation; either version 2
18 # of the License, or (at your option) any later version.
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 # You should have received a copy of the GNU General Public License
24 # along with this program; if not, write to the Free Software
25 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
26
27 {
28     "name" : "Suisse - Plan comptable general pour PME STERCHI",
29     "version" : "1.0",
30     "depends" : [
31                                         "account",
32                     "account_chart",
33                                         "l10n_ch"
34                 ],
35     "author" : "Camptocamp",
36     "description": "Swiws account chart that add also tax template definition",
37     "website" : "camptocamp.com",
38     "category" : "Localisation/Account Charts",
39     "init_xml" : [
40                                         'account.xml',
41                                         'vat.xml'
42                                 ],
43     "demo_xml" : [ ],
44     "update_xml" : [
45                                                 'wizard.xml',
46                                                 'tax_template_view.xml',
47                                                 'security/ir.model.access.csv',
48                                         ],
49
50     "active": False,
51     "installable": True
52 }
53 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: