build: Bump module version to 19.0.1.0.3 and add a .gitignore file.

This commit is contained in:
Suherdy Yacob 2026-01-21 09:54:30 +07:00
parent 4a878d7b3f
commit 9633765935
2 changed files with 16 additions and 1 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Python
*.py[cod]
__pycache__/
*.so
# Odoo
*.po~
*.pot~
# Editor / System
.DS_Store
.vscode/
*.swp
*.swo
*~

View File

@ -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, '