20 lines
508 B
Python
20 lines
508 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'BOM Costing',
|
|
'category': 'Manufacturing',
|
|
'summary': 'Apps for process costing on bom',
|
|
'description': """ BOM Cost """,
|
|
'author': 'Raman Marikanti',
|
|
'category': 'Manufacturing',
|
|
'depends': ['sale_management', 'mrp','stock'],
|
|
'data': [
|
|
"views/bom_view.xml",
|
|
"report/mrp_costing_report.xml",
|
|
"report/mrp_bom_report_view.xml"
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|
|
|