Skip to content

Commit 335f68e

Browse files
Fix formatting in __manifest__.py by adding a missing comma in the dependencies list
1 parent 3b33915 commit 335f68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

records_management/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'portal',
1111
'board',
1212
'product',
13-
'contacts'
13+
'contacts',
1414
],
1515
'summary': 'Centralized records storage, search, permissions, and audit trails.',
1616
'description': """

0 commit comments

Comments
 (0)