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

22 lines
641 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'author': 'Odoo',
'name': 'Romania - Send E-Factura',
'version': '1.0',
'category': 'Accounting/Localizations/EDI',
'summary': "Bridge module for sending Romanian E-Factura to the SPV",
'countries': ['ro'],
'depends': ['l10n_ro_edi'],
'data': [
'data/ir_cron.xml',
'security/ir.model.access.csv',
'views/account_move_views.xml',
'views/res_config_settings_views.xml',
'wizard/account_move_send_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}