Skip to content

Commit 4d83cc4

Browse files
Merge pull request #6 from John75SunCity/John75SunCity-patch-1
Add files via upload
2 parents ff66f16 + bf9d512 commit 4d83cc4

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

__manifest__.py

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
'name': 'Records Management',
3+
'version': '18.0.1.0.0',
4+
'summary': 'Manage records efficiently within Odoo. Centralized storage, search, permissions, and audit trails.',
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': 'John Cope',
12+
'website': 'https://suncityshred.com',
13+
'category': 'Tools',
14+
'license': 'OPL-1',
15+
'icon': 'records_management/static/description/records_management_icon.png',
16+
'depends': [
17+
'base',
18+
'stock',
19+
'web',
20+
'mail',
21+
'portal',
22+
'board',
23+
'product',
24+
'contacts'
25+
],
26+
'data': [
27+
'views/inventory_template.xml',
28+
'views/pickup_request.xml',
29+
'views/my_portal_inventory.xml',
30+
'views/shredding_views.xml',
31+
'security/groups.xml',
32+
'security/ir.model.access.csv',
33+
'data/products.xml',
34+
'data/scheduled_actions.xml'
35+
],
36+
'installable': True,
37+
'application': True,
38+
'live_test_url': 'https://john75suncity-ssh-git-github-com-odoo-odoo-git-8-0--21364046.dev.odoo.com/web/login',
39+
'price': 2000,
40+
'currency': 'USD',
41+
'support': 'john@suncityshred.com'
42+
}

0 commit comments

Comments
 (0)