Skip to content

Commit 436d52d

Browse files
Add icon and update description for Records Management module
1 parent 1cd7cf5 commit 436d52d

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed
30.9 KB
Loading

__manifest__.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
'name': 'Records Management',
33
'version': '1.0',
4+
'summary': 'Manage records efficiently within Odoo.',
5+
'description': """
6+
Records Management
7+
==================
8+
A comprehensive module for managing records, integrating with stock and web modules.
9+
Features include custom models, views, demo data, and scheduled actions.
10+
""",
11+
'author': 'Your Name or Company',
12+
'website': 'https://yourwebsite.com',
13+
'category': 'Tools',
14+
'license': 'LGPL-3',
15+
'icon': 'records_management/static/description/records_management_icon.png',
416
'depends': ['stock', 'web'],
517
'data': [
618
'views/inventory_template.xml',
@@ -14,4 +26,4 @@
1426
],
1527
'installable': True,
1628
'application': True,
17-
}
29+
} # type: ignore
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Records Management
2+
==================
3+
4+
This module provides tools and features for managing records within Odoo.
5+
It allows users to organize, track, and maintain important documents and data efficiently.
6+
7+
Features
8+
--------
9+
10+
- Centralized record storage
11+
- Easy search and retrieval
12+
- Access control and permissions
13+
- Audit trails and history tracking
14+
15+
Usage
16+
-----
17+
18+
Install the module to enable records management features in your Odoo instance.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
records_management/static/description/records_management_icon.png
2+

0 commit comments

Comments
 (0)