From 3521e593ca3c0ece342f0761b92775b7446bfaad Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Wed, 21 Jan 2026 11:30:26 +0700 Subject: [PATCH] feat: Add author, category, summary, and description to the manifest file. --- __manifest__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/__manifest__.py b/__manifest__.py index fba1d44..70abb5c 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -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',