Skip to content

Commit df99c10

Browse files
Update user environment variable and versioning in Records Management module
1 parent c663914 commit df99c10

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ services:
1818
- ./records_management:/mnt/extra-addons/records_management
1919
environment:
2020
- HOST=db
21-
- USER=
22-
21+
- USER=odoo
2322
- PASSWORD=odoo
2423
restart: always

records_management/__manifest__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'Records Management',
3-
'version': '1.0',
3+
'version': '18.0.1.0.0',
44
'summary': 'Manage records efficiently within Odoo. Centralized storage, search, permissions, and audit trails.',
55
'description': """
66
Records Management
@@ -9,7 +9,7 @@
99
Features include custom models, views, demo data, and scheduled actions.
1010
""",
1111
'author': 'John Cope',
12-
'website': 'https://yourwebsite.com',
12+
'website': 'https://suncityshred.com',
1313
'category': 'Tools',
1414
'license': 'OPL-1', # Odoo Proprietary License v1.0
1515
'icon': 'records_management/static/description/records_management_icon.png',
@@ -39,6 +39,8 @@
3939
'price': 2000, # USD
4040
'currency': 'USD',
4141
'support': 'john@suncityshred.com', # Replace with your support email
42+
'odoo_version': '18.0',
43+
'test_db': 'johncope-testdev',
4244
# Optional: To define a theme, add 'theme' or 'themes' to category, e.g. 'category': 'Tools,theme'
4345
# Optional: To hide a module, add 'hidden' or 'setting' to category, e.g. 'category': 'Tools,hidden'
4446
}

0 commit comments

Comments
 (0)