mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-26 16:22:00 +02:00
42 lines
1.2 KiB
Python
42 lines
1.2 KiB
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': 'Czech - Accounting',
|
|
'icon': '/account/static/description/l10n.png',
|
|
'countries': ['cz'],
|
|
'version': '1.1',
|
|
'author': '26HOUSE (http://www.26house.com)',
|
|
'website': 'https://www.odoo.com/documentation/latest/applications/finance/fiscal_localizations.html',
|
|
'category': 'Accounting/Localizations/Account Charts',
|
|
'description': """
|
|
Czech accounting chart and localization. With Chart of Accounts with taxes and basic fiscal positions.
|
|
|
|
Tento modul definuje:
|
|
|
|
- Českou účetní osnovu za rok 2020
|
|
|
|
- Základní sazby pro DPH z prodeje a nákupu
|
|
|
|
- Základní fiskální pozice pro českou legislativu
|
|
""",
|
|
'depends': [
|
|
'account',
|
|
'account_edi_ubl_cii',
|
|
'base_iban',
|
|
'base_vat',
|
|
],
|
|
'auto_install': ['account'],
|
|
'data': [
|
|
'data/tax_report.xml',
|
|
'data/l10n_cz.tax_office.csv',
|
|
'views/report_invoice.xml',
|
|
'views/res_partner_views.xml',
|
|
'views/res_company_views.xml',
|
|
'views/report_template.xml',
|
|
'views/tax_office_view.xml',
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'demo': [
|
|
'demo/demo_company.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
}
|