Odoo18-Base/addons/l10n_tr_nilvera_einvoice/__manifest__.py
2025-03-10 10:52:11 +07:00

18 lines
511 B
Python

{
'name': 'Türkiye - Nilvera E-Invoice',
'version': '1.0',
'category': 'Accounting/Accounting',
'description': """
For sending and receiving electronic invoices to Nilvera.
""",
'depends': ['l10n_tr_nilvera', 'account_edi_ubl_cii'],
'data': [
'data/cron.xml',
'views/account_journal_dashboard_views.xml',
'views/account_move_views.xml',
'wizard/account_move_send_views.xml',
],
'auto_install': ['l10n_tr_nilvera'],
'license': 'LGPL-3',
}