Skip to content

Commit 8e6b49b

Browse files
Fix formatting in __manifest__.py by correcting the dependencies list to include missing commas
1 parent cd71021 commit 8e6b49b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

records_management/__manifest__.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
'version': '18.0.1.0.0',
44
'license': 'OPL-1',
55
'depends': [
6-
'base',
7-
'stock',
8-
'web',
9-
'mail',
10-
'portal',
11-
'board',
12-
'product',
6+
'base'
7+
'stock'
8+
'web'
9+
'mail'
10+
'portal'
11+
'board'
12+
'product'
1313
'contacts'
1414
],
1515
'summary': 'Centralized records storage, search, permissions, and audit trails.',

0 commit comments

Comments
 (0)