add gitignore
This commit is contained in:
parent
66770bc471
commit
bad2adb1f8
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Odoo
|
||||
*.pot
|
||||
*.po
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
@ -3,7 +3,7 @@
|
||||
"summary": "Allow backdating of physical stock adjustments and valuations.",
|
||||
"version": "17.0.1.0.0",
|
||||
"category": "Warehouse",
|
||||
"author": "Antigravity",
|
||||
"author": "Suherdy Yacob",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["stock_account"],
|
||||
"data": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user