feat: Add author, category, summary, and description to the manifest file.

This commit is contained in:
Suherdy Yacob 2026-01-21 11:30:26 +07:00
parent 4666a8c117
commit 3521e593ca

View File

@ -1,6 +1,11 @@
{
'name': 'Product Lot Sequence Per Product',
'version': '1.0',
'author': 'Suherdy Yacob',
'category': 'Inventory',
'summary': 'Product Lot Sequence Per Product',
'description': """
""",
'depends': [
'stock',
'mrp',