[MERGE] forward port of branch 7.0 up to 65d92da
[odoo/odoo.git] / addons / l10n_ch / __openerp__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 #    Author: Nicolas Bessi. Copyright Camptocamp SA
5 #    Financial contributors: Hasa SA, Open Net SA,
6 #                            Prisme Solutions Informatique SA, Quod SA
7 #
8 #    Translation contributors: brain-tec AG, Agile Business Group
9 #
10 #    This program is free software: you can redistribute it and/or modify
11 #    it under the terms of the GNU Affero General Public License as
12 #    published by the Free Software Foundation, either version 3 of the
13 #    License, or (at your option) any later version.
14 #
15 #    This program is distributed in the hope that it will be useful,
16 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
17 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 #    GNU Affero General Public License for more details.
19 #
20 #    You should have received a copy of the GNU Affero General Public License
21 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
22 #
23 ##############################################################################
24
25 {'name': 'Switzerland - Accounting',
26  'description':  """
27 Swiss localization
28 ==================
29  **Multilang swiss STERCHI account chart and taxes**
30   **Author:** Camptocamp SA
31
32   **Financial contributors:** Prisme Solutions Informatique SA, Quod SA
33
34   **Translation contributors:** brain-tec AG, Agile Business Group
35
36  **This release will introduce major changes to l10n_ch.**
37
38  Due to important refactoring needs and the Switzerland adoption of new international payment standard during 2013-2014. We have reorganised the swiss localization addons this way:
39
40  - **l10n_ch**: Multilang swiss STERCHI account chart and taxes (official addon)
41  - **l10n_ch_base_bank**: Technical module that introduces a new and simplified version of bank type management
42  - **l10n_ch_bank**: List of swiss banks
43  - **l10n_ch_zip**: List of swiss postal zip
44  - **l10n_ch_dta**: Support of dta payment protocol (will be deprecated end 2014)
45  - **l10n_ch_payment_slip**: Support of ESR/BVR payment slip report and reconciliation. Report refactored with easy element positioning.
46  - **l10n_ch_sepa**: Alpha implementation of PostFinance SEPA/PAIN support will be completed during 2013/2014
47
48  The modules will be soon available on OpenERP swiss localization on launchpad:
49  https://launchpad.net/openerp-swiss-localization
50 """,
51  'version': '7.0',
52  'author': 'Camptocamp',
53  'category': 'Localization/Account Charts',
54  'website': 'http://www.camptocamp.com',
55  'depends': ['account', 'l10n_multilang'],
56  'data': ['sterchi_chart/account.xml',
57           'sterchi_chart/vat2011.xml',
58           'sterchi_chart/fiscal_position.xml' ],
59  'demo': [],
60  'test': [],
61  'auto_install': False,
62  'installable': True,
63  'images': ['images/config_chart_l10n_ch.jpeg','images/l10n_ch_chart.jpeg']
64 }
65 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: