forked from Mapan/odoo17e
21 lines
488 B
Python
21 lines
488 B
Python
{
|
|
'name': 'Rwanda - Accounting Reports',
|
|
'countries': ['rw'],
|
|
'version': '1.0',
|
|
'category': 'Accounting/Localizations/Reporting',
|
|
'description': """
|
|
Accounting reports for Rwanda
|
|
""",
|
|
'depends': [
|
|
'l10n_rw', 'account_reports'
|
|
],
|
|
'data': [
|
|
"data/balance_sheet.xml",
|
|
"data/profit_loss.xml",
|
|
],
|
|
'installable': True,
|
|
'auto_install': True,
|
|
'website': 'https://www.odoo.com/app/accounting',
|
|
'license': 'OEEL-1',
|
|
}
|