Server IP : 127.0.0.2 / Your IP : 18.117.157.139 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/odoo/addons/l10n_ch/ |
Upload File : |
# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. # 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 {'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': '9.0', 'author': 'Camptocamp', 'category': 'Localization', 'website': 'http://www.camptocamp.com', 'depends': ['account', 'l10n_multilang'], 'data': ['data/l10n_ch_chart_data.xml', 'data/account_vat2011_data.xml', 'data/account_fiscal_position_data.xml', 'data/account_chart_template_data.yml', ], 'post_init_hook': 'load_translations', }