chore: bump module version to 19.0.1.0.0 and add a .gitignore file.

This commit is contained in:
Suherdy Yacob 2026-01-21 09:52:38 +07:00
parent 4d98f20cc2
commit f405d7f505
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,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': 'Survey Attachment Cleanup', 'name': 'Survey Attachment Cleanup',
'version': '18.0.1.0.0', 'version': '19.0.1.0.0',
'summary': 'Batch delete survey image attachments', 'summary': 'Batch delete survey image attachments',
'category': 'Tools', 'category': 'Tools',
'author': 'Suherdy Yacob', 'author': 'Suherdy Yacob',