Skip to content

Commit 6e2a5b1

Browse files
Add scrm_records_management_data.xml to manifest data list
1 parent 14ebdb4 commit 6e2a5b1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

records_management/__manifest__.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'contacts'
1414
],
1515
'summary': 'Centralized records storage, search, permissions, and audit trails.',
16-
'description': """
16+
'description': '''
1717
Records Management
1818
==================
1919
A comprehensive module for managing records in Odoo.
@@ -27,8 +27,7 @@
2727
- Demo data and scheduled actions for testing
2828
2929
**Note:** This app does not collect or transmit user data outside Odoo.
30-
""",
31-
'author': 'John Cope',
30+
''',
3231
'website': 'https://suncityshred.com',
3332
'category': 'Tools',
3433
'icon': 'records_management/static/description/icon.png',
@@ -40,9 +39,9 @@
4039
'security/groups.xml',
4140
'security/ir.model.access.csv',
4241
'data/products.xml',
43-
'data/scheduled_actions.xml'
42+
'data/scheduled_actions.xml',
43+
'data/scrm_records_management_data.xml'
4444
],
4545
'installable': True,
46-
'application': True,
47-
'support': 'john@suncityshred.com'
46+
'application': True
4847
}

0 commit comments

Comments
 (0)