feat: Update manifest version to 19.0.1.0.1, remove the website field, and add a .gitignore file. update module to Odoo 19.0

This commit is contained in:
Suherdy Yacob 2026-01-20 16:05:05 +07:00
parent 979337bbe7
commit 784aff1007
2 changed files with 16 additions and 2 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
# Odoo
*.pot

View File

@ -10,10 +10,9 @@ Adds a checkbox to list view group headers allowing rapid selection or
deselection of all records within a group, including nested sub-groups.
Compatible with all standard bulk operations (Export, Archive, Delete, etc.).
""",
"version": "17.0.1.0.1",
"version": "19.0.1.0.1",
"category": "Web",
"author": "Suherdy Yacob",
"website": "https://www.example.com",
"license": "LGPL-3",
"depends": ["web"],
"data": [],