Odoo18-Base/addons/l10n_jo_edi/__manifest__.py

22 lines
655 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
{
'name': 'Jordan E-Invoicing',
'countries': ['jo'],
'version': '1.0',
'category': 'Accounting/Localizations/EDI',
'summary': 'Electronic Invoicing for Jordan UBL 2.1',
'author': 'Odoo S.A., Smart Way Business Solutions',
'description': """
Allows the users to integrate with JoFotara.
""",
'depends': ['account_edi_ubl_cii', 'l10n_jo'],
'data': [
'data/ubl_jo_templates.xml',
'views/account_move_views.xml',
'views/report_invoice.xml',
'views/res_config_settings_views.xml',
],
'installable': True,
'license': 'LGPL-3',
'post_init_hook': '_post_init_hook',
}