# -*- coding: utf-8 -*- ############################################################################## # # Author: Nicolas Bessi. Copyright Camptocamp SA # Financial contributors: Hasa SA, Open Net SA, # Prisme Solutions Informatique SA, Quod SA # # Translation contributors: brain-tec AG, Agile Business Group # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # ############################################################################## {'name': 'Switzerland - Accounting', 'description': """ Swiss localization ================== **Multilang Swiss PME/KMU 2015 account chart and taxes** **Author:** Camptocamp SA **Financial contributors:** Prisme Solutions Informatique SA, Quod SA **Translation contributors:** brain-tec AG, Agile Business Group The swiss localization addons are organized this way: ``l10n_ch`` Multilang Swiss PME/KMU 2015 account chart and taxes (official addon) ``l10n_ch_base_bank`` Technical module that introduces a new and simplified version of bank type management ``l10n_ch_bank`` List of swiss banks ``l10n_ch_zip`` List of swiss postal zip ``l10n_ch_dta`` Support of the DTA payment protocol (will be deprecated by the end of 2014) ``l10n_ch_payment_slip`` Support of ESR/BVR payment slip report and reconciliation. ``l10n_ch`` is located in the core Odoo modules. The other modules are in: https://github.com/OCA/l10n-switzerland """, 'version': '8.0', 'author': 'Camptocamp', 'category': 'Localization/Account Charts', 'website': 'http://www.camptocamp.com', 'depends': ['account', 'l10n_multilang'], 'data': ['report/balance_sheet.xml', 'report/profit_and_loss.xml', 'chart/account.xml', 'chart/vat2011.xml', 'chart/fiscal_position.xml', ], 'demo': [], 'test': [], 'auto_install': False, 'installable': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: