Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spreadsheet_dashboard_academic/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Spreadsheet Dashboard Academic",
"version": "18.0.1.0.0",
"version": "19.0.1.0.0",
"sequence": 14,
"summary": "Academic Spreadsheet Dashboard for Invoice Tracking",
"author": "ADHOC SA",
Expand All @@ -13,7 +13,7 @@
"data": [
"data/dashboards.xml",
],
"installable": False,
"installable": True,
"auto_install": ["academic_sale_subscription"],
"application": False,
}
Loading