2025-01-06 10:57:38 +07:00
|
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Saudi Arabia - E-invoicing (Simplified)',
|
|
|
|
'countries': ['sa'],
|
|
|
|
'version': '0.1',
|
|
|
|
'depends': [
|
|
|
|
'l10n_sa_pos',
|
|
|
|
'l10n_sa_edi',
|
|
|
|
],
|
|
|
|
'summary': """
|
|
|
|
ZATCA E-Invoicing, support for PoS
|
|
|
|
""",
|
|
|
|
'description': """
|
2025-03-04 12:23:19 +07:00
|
|
|
E-invoice implementation for Saudi Arabia; Integration with ZATCA (POS)
|
2025-01-06 10:57:38 +07:00
|
|
|
""",
|
|
|
|
'category': 'Accounting/Localizations/EDI',
|
|
|
|
'license': 'LGPL-3',
|
|
|
|
'assets': {
|
|
|
|
'point_of_sale._assets_pos': [
|
|
|
|
'l10n_sa_edi_pos/static/src/overrides/**/*.js',
|
|
|
|
],
|
|
|
|
}
|
|
|
|
}
|