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' : """
66Records Management
77==================
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' ,
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