Files
manufacture/mrp_bom_line_sequence/__manifest__.py
2019-05-30 13:58:29 +02:00

19 lines
628 B
Python

# -*- coding: utf-8 -*-
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
'name': 'BOM lines with sequence number',
'summary': 'Manages the order of BOM lines by displaying its sequence',
'version': '10.0.1.0.0',
'category': 'Manufacturing Management',
'author': "Eficent, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/manufacture',
'depends': ['mrp'],
'data': ['views/stock_view.xml'],
'installable': True,
'auto_install': False,
'license': "AGPL-3",
}