2025-01-06 10:57:38 +07:00
|
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
|
|
'name': 'Saudi Arabia - Accounting',
|
|
|
|
'icon': '/account/static/description/l10n.png',
|
|
|
|
'countries': ['sa'],
|
|
|
|
'version': '2.0',
|
|
|
|
'author': 'Odoo S.A., DVIT.ME (http://www.dvit.me)',
|
|
|
|
'category': 'Accounting/Localizations/Account Charts',
|
2025-03-04 12:23:19 +07:00
|
|
|
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/saudi_arabia.html',
|
2025-01-06 10:57:38 +07:00
|
|
|
'description': """
|
2025-03-04 12:23:19 +07:00
|
|
|
Saudi Arabia Accounting Module
|
|
|
|
===========================================================
|
|
|
|
Saudi Arabia Accounting Basic Charts and Localization
|
|
|
|
|
|
|
|
Activates:
|
|
|
|
|
|
|
|
- Chart of Accounts
|
|
|
|
- Taxes
|
|
|
|
- Vat Filling Report
|
|
|
|
- Withholding Tax Report
|
|
|
|
- Fiscal Positions
|
2025-01-06 10:57:38 +07:00
|
|
|
""",
|
|
|
|
'depends': [
|
|
|
|
'l10n_gcc_invoice',
|
|
|
|
'account',
|
|
|
|
],
|
|
|
|
'auto_install': ['account'],
|
|
|
|
'data': [
|
|
|
|
'data/account_data.xml',
|
|
|
|
'data/account_tax_report_data.xml',
|
2025-03-04 12:23:19 +07:00
|
|
|
'data/report_paperformat_data.xml',
|
2025-01-06 10:57:38 +07:00
|
|
|
'views/report_invoice.xml',
|
|
|
|
],
|
|
|
|
'demo': [
|
|
|
|
'demo/demo_company.xml',
|
|
|
|
],
|
|
|
|
'license': 'LGPL-3',
|
|
|
|
}
|