Skip to content

Commit 017bf63

Browse files
Fix formatting in __manifest__.py by adjusting indentation and ensuring 'installable' and 'application' fields are properly set
1 parent 9f27d37 commit 017bf63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

records_management/__manifest__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
{ 'name': 'Records Management',
1+
{
2+
'name': 'Records Management',
23
'version': '18.0.1.0.0',
34
'license': 'OPL-1',
45
'depends': [
@@ -41,5 +42,6 @@
4142
'data/scheduled_actions.xml',
4243
'data/scrm_records_management_data.xml'
4344
],
44-
'installable': True # Ensure True, not true
45+
'installable': True,
46+
'application': True
4547
}

0 commit comments

Comments
 (0)