1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_pl_reports/__manifest__.py
2024-12-10 09:04:09 +07:00

39 lines
1.2 KiB
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Poland - Accounting Reports',
'countries': ['pl'],
'version': '1.0',
'description': """
Accounting reports for Poland
This module also provides the possibility to generate the JPK_VAT in xml, for Poland.
Currently, does not report specific values for :
- Cash basis for entries with input tax (MK)
- Margin-based operations (MR_T/MR_UZ)
- Bills for agricultural products (VAT_RR)
- Operations through electronic interfaces (IED)
- Invoices done with KSef
""",
'category': 'Accounting/Localizations/Reporting',
'depends': [
'l10n_pl',
'account_reports',
],
'data': [
'security/ir.model.access.csv',
'views/l10n_pl_wizard_xml_export_options_views.xml',
'data/jpk_export_templates.xml',
'data/tax_report.xml',
'data/profit_loss_small.xml',
'data/profit_loss_micro.xml',
'data/balance_sheet_small.xml',
'data/balance_sheet_micro.xml',
],
'auto_install': True,
'installable': True,
'website': 'https://www.odoo.com/app/accounting',
'license': 'OEEL-1',
}