46 lines
1.3 KiB
Python
46 lines
1.3 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Saudi Arabia - E-invoicing',
|
|
'icon': '/l10n_sa/static/description/icon.png',
|
|
'version': '0.1',
|
|
'depends': [
|
|
'account_edi_ubl_cii',
|
|
'account_debit_note',
|
|
'l10n_sa',
|
|
'base_vat'
|
|
],
|
|
'author': 'Odoo S.A.',
|
|
'summary': """
|
|
E-Invoicing, Universal Business Language
|
|
""",
|
|
'description': """
|
|
E-invoice implementation for Saudi Arabia; Integration with ZATCA
|
|
""",
|
|
'category': 'Accounting/Localizations/EDI',
|
|
'license': 'LGPL-3',
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'data/account_edi_format.xml',
|
|
'data/ubl_21_zatca.xml',
|
|
'data/res_country_data.xml',
|
|
'wizard/l10n_sa_edi_otp_wizard.xml',
|
|
'wizard/account_move_reversal_views.xml',
|
|
'views/account_tax_views.xml',
|
|
'views/account_journal_views.xml',
|
|
'views/res_partner_views.xml',
|
|
'views/res_company_views.xml',
|
|
'views/res_config_settings_view.xml',
|
|
'views/report_invoice.xml',
|
|
],
|
|
'demo': [
|
|
'demo/demo_company.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'l10n_sa_edi/static/src/scss/form_view.scss',
|
|
]
|
|
}
|
|
}
|