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:
parent
979337bbe7
commit
784aff1007
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Odoo
|
||||
*.pot
|
||||
@ -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": [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user