Skip to content

Commit a0eaf77

Browse files
Update module summary and license, and refine dependencies in Records Management manifest
1 parent 436d52d commit a0eaf77

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

__manifest__.py

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
'name': 'Records Management',
33
'version': '1.0',
4-
'summary': 'Manage records efficiently within Odoo.',
4+
'summary': 'Manage records efficiently within Odoo. Centralized storage, search, permissions, and audit trails.',
55
'description': """
66
Records Management
77
==================
@@ -11,9 +11,13 @@
1111
'author': 'Your Name or Company',
1212
'website': 'https://yourwebsite.com',
1313
'category': 'Tools',
14-
'license': 'LGPL-3',
14+
'license': 'OPL-1', # Odoo Proprietary License v1.0
1515
'icon': 'records_management/static/description/records_management_icon.png',
16-
'depends': ['stock', 'web'],
16+
'depends': [
17+
'stock',
18+
'web'
19+
# Add any other required dependencies here, e.g. 'mail', 'base', etc.
20+
],
1721
'data': [
1822
'views/inventory_template.xml',
1923
'views/pickup_request.xml',
@@ -26,4 +30,10 @@
2630
],
2731
'installable': True,
2832
'application': True,
33+
'live_test_url': 'https://probable-space-fishstick-x54pvrqvrwq9f6xp5-8069.app.github.dev/', # Replace with your actual demo URL
34+
'price': 2000, # USD
35+
'currency': 'USD',
36+
'support': 'john@suncityshred.com', # Replace with your support email
37+
# Optional: To define a theme, add 'theme' or 'themes' to category, e.g. 'category': 'Tools,theme'
38+
# Optional: To hide a module, add 'hidden' or 'setting' to category, e.g. 'category': 'Tools,hidden'
2939
} # type: ignore

0 commit comments

Comments
 (0)