From 9633765935c642eaf1df71f29936a59fccb2b6ea Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Wed, 21 Jan 2026 09:54:30 +0700 Subject: [PATCH] build: Bump module version to 19.0.1.0.3 and add a .gitignore file. --- .gitignore | 15 +++++++++++++++ __manifest__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d276bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Python +*.py[cod] +__pycache__/ +*.so + +# Odoo +*.po~ +*.pot~ + +# Editor / System +.DS_Store +.vscode/ +*.swp +*.swo +*~ diff --git a/__manifest__.py b/__manifest__.py index 2752e69..0b18405 100755 --- a/__manifest__.py +++ b/__manifest__.py @@ -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, '