Compare commits
No commits in common. "19.0" and "main" have entirely different histories.
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,15 +0,0 @@
|
|||||||
# Python
|
|
||||||
*.py[cod]
|
|
||||||
__pycache__/
|
|
||||||
*.so
|
|
||||||
|
|
||||||
# Odoo
|
|
||||||
*.po~
|
|
||||||
*.pot~
|
|
||||||
|
|
||||||
# Editor / System
|
|
||||||
.DS_Store
|
|
||||||
.vscode/
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
*~
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name': 'Survey Attachment Cleanup',
|
'name': 'Survey Attachment Cleanup',
|
||||||
'version': '19.0.1.0.0',
|
'version': '18.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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user