Odoo18-Base/addons/l10n_ro_edi_stock_batch/__manifest__.py

18 lines
464 B
Python
Raw Permalink Normal View History

2025-03-10 10:52:11 +07:00
{
'name': 'Romania - E-Transport Batch Pickings',
'version': '1.0',
'category': 'Accounting/Localizations/EDI',
'description': """
E-Transport implementation for Batch Pickings in Romania
""",
'depends': ['l10n_ro_edi_stock', 'stock_picking_batch'],
'auto_install': True,
'data': [
'views/stock_picking_batch_views.xml',
'report/report_picking_batch.xml',
],
'installable': True,
'license': "LGPL-3",
}