1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_ke_edi_oscu_mrp/__manifest__.py
2024-12-10 09:04:09 +07:00

22 lines
595 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Kenya ETIMS EDI Manufacturing Integration",
'countries': ['ke'],
'summary': """
Kenya eTIMS Device EDI Manufacturing Integration
""",
'description': """
This module integrates with the Kenyan eTIMS device (OSCU).
""",
'author': 'Odoo',
'category': 'Accounting/Localizations/EDI',
'version': '1.0',
'license': 'OEEL-1',
'depends': ['l10n_ke_edi_oscu_stock', 'mrp'],
'data': [
'views/mrp_bom_views.xml',
],
'auto_install': True,
}