We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14725e2 commit 14204b0Copy full SHA for 14204b0
1 file changed
portal_timesheet_attendance/__manifest__.py
@@ -19,7 +19,7 @@
19
##############################################################################
20
{
21
"name": "Portal Timesheet Attendance",
22
- "version": "18.0.1.0.0",
+ "version": "19.0.1.0.0",
23
"category": "Base",
24
"sequence": 14,
25
"summary": "",
@@ -35,6 +35,6 @@
35
"security/ir.model.access.csv",
36
],
37
"demo": [],
38
- "installable": False,
+ "installable": True,
39
"auto_install": True,
40
}
0 commit comments