product_lot_sequence_per_pr.../__manifest__.py

19 lines
424 B
Python

{
'name': 'Product Lot Sequence Per Product',
'version': '1.0',
'author': 'Suherdy Yacob',
'category': 'Inventory',
'summary': 'Product Lot Sequence Per Product',
'description': """
""",
'depends': [
'stock',
'mrp',
],
'data': [
'views/product_views.xml',
],
'installable': True,
'auto_install': False,
'application': False,
}