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.",
|
"summary": "Allow backdating of physical stock adjustments and valuations.",
|
||||||
"version": "17.0.1.0.0",
|
"version": "17.0.1.0.0",
|
||||||
"category": "Warehouse",
|
"category": "Warehouse",
|
||||||
"author": "Antigravity",
|
"author": "Suherdy Yacob",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"depends": ["stock_account"],
|
"depends": ["stock_account"],
|
||||||
"data": [
|
"data": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user