Skip to content

Commit 5de1a53

Browse files
Fix formatting in __manifest__.py by correcting the description string syntax and ensuring consistent use of triple quotes
1 parent 017bf63 commit 5de1a53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

records_management/__manifest__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
{
23
'name': 'Records Management',
34
'version': '18.0.1.0.0',
@@ -13,7 +14,7 @@
1314
'contacts'
1415
],
1516
'summary': 'Centralized records storage, search, permissions, and audit trails.',
16-
'description': """
17+
'description': '''
1718
Records Management
1819
==================
1920
A comprehensive module for managing records in Odoo.
@@ -27,7 +28,7 @@
2728
- Demo data and scheduled actions for testing
2829
2930
**Note:** This app does not collect or transmit user data outside Odoo.
30-
""",
31+
''',
3132
'website': 'https://suncityshred.com',
3233
'category': 'Tools',
3334
'icon': 'records_management/static/description/icon.png',

0 commit comments

Comments
 (0)