chore: update module author and add .gitignore file
This commit is contained in:
parent
e567862552
commit
4d51105ce0
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@ -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
|
||||
@ -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': [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user