From 4d51105ce038c14eb96025d0a35d400fc29f1695 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Thu, 21 May 2026 15:25:36 +0700 Subject: [PATCH] chore: update module author and add .gitignore file --- .gitignore | 33 +++++++++++++++++++++++++++++++++ __manifest__.py | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5537e00 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# Editors and IDEs +.idea/ +.vscode/ +*.swp +*.swo +.DS_Store diff --git a/__manifest__.py b/__manifest__.py index e58439f..8a5c1cc 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -9,7 +9,7 @@ POS Loyalty Safe Coupon Patch ============================= This module overrides POS models and helper methods inside the POS loyalty app to safely handle undefined coupon_id structures, preventing POS interface crashes (e.g. when changing tables or updating loyalty). """, - 'author': 'Antigravity', + 'author': 'Suherdy Yacob', 'depends': ['pos_loyalty'], 'assets': { 'point_of_sale._assets_pos': [