Compare commits

..

No commits in common. "19.0" and "main" have entirely different histories.
19.0 ... main

2 changed files with 2 additions and 16 deletions

15
.gitignore vendored
View File

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

View File

@ -10,9 +10,10 @@ 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": "19.0.1.0.1",
"version": "17.0.1.0.1",
"category": "Web",
"author": "Suherdy Yacob",
"website": "https://www.example.com",
"license": "LGPL-3",
"depends": ["web"],
"data": [],