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': [