build: Update module version to 19.0.1.0.3 and add a .gitignore file.
This commit is contained in:
parent
727e0ad6af
commit
8783e78448
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Python
|
||||||
|
*.py[cod]
|
||||||
|
__pycache__/
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Odoo
|
||||||
|
*.po~
|
||||||
|
*.pot~
|
||||||
|
|
||||||
|
# Editor / System
|
||||||
|
.DS_Store
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Stock Disallow Negative",
|
"name": "Stock Disallow Negative",
|
||||||
"version": "18.0.1.0.3",
|
"version": "19.0.1.0.3",
|
||||||
"category": "Inventory, Logistic, Storage",
|
"category": "Inventory, Logistic, Storage",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"summary": "Disallow negative stock levels by default",
|
"summary": "Disallow negative stock levels by default",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user