Skip to content

Commit 9f27d37

Browse files
Fix formatting in __manifest__.py by removing unnecessary line breaks and ensuring proper structure
1 parent 6bc36b9 commit 9f27d37

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

records_management/__manifest__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
{
2-
'name': 'Records Management',
1+
{ 'name': 'Records Management',
32
'version': '18.0.1.0.0',
43
'license': 'OPL-1',
54
'depends': [
@@ -42,6 +41,5 @@
4241
'data/scheduled_actions.xml',
4342
'data/scrm_records_management_data.xml'
4443
],
45-
'installable': True, # Ensure True, not true
46-
'application': True # Ensure True, not true
44+
'installable': True # Ensure True, not true
4745
}

0 commit comments

Comments
 (0)