41 lines
1.2 KiB
Python
41 lines
1.2 KiB
Python
{
|
|
'name': "Egypt - Accounting",
|
|
'website': 'https://www.odoo.com/documentation/16.0/applications/finance/fiscal_localizations/egypt.html',
|
|
'description': """
|
|
Egypt Accounting Module
|
|
==============================================================================
|
|
Egypt Accounting Basic Charts and Localization.
|
|
|
|
Activates:
|
|
|
|
- Chart of Accounts
|
|
- Taxes
|
|
- VAT Return
|
|
- Withholding Tax Report
|
|
- Schedule Tax Report
|
|
- Other Taxes Report
|
|
- Fiscal Positions
|
|
""",
|
|
'author': "Odoo S.A.",
|
|
'category': 'Accounting/Localizations/Account Charts',
|
|
'version': '1.0',
|
|
'depends': ['account', 'l10n_multilang'],
|
|
'data': [
|
|
'data/l10n_eg_chart_data.xml',
|
|
'data/account.account.template.csv',
|
|
'data/l10n_eg_chart_post_data.xml',
|
|
'data/account_tax_report_data.xml',
|
|
'data/account_tax_group_data.xml',
|
|
'data/account_tax_template_data.xml',
|
|
'data/fiscal_templates_data.xml',
|
|
'data/account_chart_template_data.xml',
|
|
'views/account_tax.xml'
|
|
],
|
|
'demo': [
|
|
'demo/demo_company.xml',
|
|
'demo/demo_partner.xml'
|
|
],
|
|
'post_init_hook': 'load_translations',
|
|
'license': 'LGPL-3',
|
|
}
|