Server IP : 127.0.0.2 / Your IP : 3.21.113.219 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_lu/ |
Upload File : |
# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. # Copyright (C) 2011 Thamini S.à.R.L (<http://www.thamini.com>) # Copyright (C) 2011 ADN Consultants S.à.R.L (<http://www.adn-luxembourg.com>) # Copyright (C) 2014 ACSONE SA/NV (<http://acsone.eu>) { 'name': 'Luxembourg - Accounting', 'version': '2.0', 'category': 'Localization', 'description': """ This is the base module to manage the accounting chart for Luxembourg. ====================================================================== * the Luxembourg Official Chart of Accounts (law of June 2009 + 2015 chart and Taxes), * the Tax Code Chart for Luxembourg * the main taxes used in Luxembourg * default fiscal position for local, intracom, extracom Notes: * the 2015 chart of taxes is implemented to a large extent, see the first sheet of tax.xls for details of coverage * to update the chart of tax template, update tax.xls and run tax2csv.py """, 'author': 'OpenERP SA, ADN, ACSONE SA/NV', 'depends': ['account', 'base_vat', 'base_iban'], 'data': [ # basic accounting data 'data/account_financial_report_data.xml', 'data/account_financial_report_abr_data.xml', 'data/l10n_lu_chart_data.xml', 'data/account.account.template-2011.csv', 'data/account.account.tag.csv', 'data/account.tax.template-2015.csv', 'data/account.fiscal.position.template-2011.csv', 'data/account.fiscal.position.tax.template-2015.csv', # configuration wizard, views, reports... 'data/account.chart.template.csv', 'data/account_chart_template_data.yml', ], 'post_init_hook': '_preserve_tag_on_taxes', }