Skip to content

Commit 6bc36b9

Browse files
Ensure 'installable' and 'application' fields are set to True in __manifest__.py
1 parent ab8d2c4 commit 6bc36b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

records_management/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
'data/scheduled_actions.xml',
4343
'data/scrm_records_management_data.xml'
4444
],
45-
'installable': True,
46-
'application': True
45+
'installable': True, # Ensure True, not true
46+
'application': True # Ensure True, not true
4747
}

0 commit comments

Comments
 (0)