forked from Mapan/odoo17e
27 lines
547 B
Python
27 lines
547 B
Python
{
|
|
"name": "Cyprus - Accounting Reports",
|
|
"countries": ['cy'],
|
|
"version": "1.0",
|
|
"category": "Accounting/Localizations/Reporting",
|
|
"description": """
|
|
Cyprus accounting reports
|
|
=========================
|
|
- Profit and Loss
|
|
- Balance sheet
|
|
""",
|
|
"depends": [
|
|
"l10n_cy",
|
|
"account_reports",
|
|
],
|
|
"data": [
|
|
'data/balance_sheet.xml',
|
|
'data/profit_loss.xml',
|
|
],
|
|
"installable": True,
|
|
"auto_install": [
|
|
"l10n_cy",
|
|
"account_reports",
|
|
],
|
|
"license": "OEEL-1"
|
|
}
|