build: Bump module version to 19.0.1.0.3 and add a .gitignore file.
This commit is contained in:
parent
4a878d7b3f
commit
9633765935
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
|
||||
*~
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
'name': "Image File Upload In Survey",
|
||||
'version': "18.0.1.0.3",
|
||||
'version': "19.0.1.0.3",
|
||||
'category': 'Extra Tools',
|
||||
'summary': 'Attachment of Image Files in Survey Form',
|
||||
'description': 'This module is used for attachments of image files in Survey Form, '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user