From f82b09f0b70b6065023f497739fd17d2e4149c31 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 11 May 2026 10:32:00 +0700 Subject: [PATCH] chore: add author information to manifest file --- __manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__manifest__.py b/__manifest__.py index 289b0d7..94ba348 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -3,6 +3,7 @@ 'version': '1.0', 'category': 'Sales/Point of Sale', 'summary': 'Support generic network (IP) ESC/POS printers for kitchen receipts', + 'author': 'Suherdy Yacob', 'depends': ['point_of_sale'], 'data': [ 'views/pos_printer_views.xml',