Skip to content

Commit 6576fb8

Browse files
Refactor docker-compose and manifest files for improved readability and organization
1 parent df99c10 commit 6576fb8

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ services:
2121
- USER=odoo
2222
- PASSWORD=odoo
2323
restart: always
24+
/mnt/extra-addons/records_management/__manifest__.py

records_management/__manifest__.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
'license': 'OPL-1', # Odoo Proprietary License v1.0
1515
'icon': 'records_management/static/description/records_management_icon.png',
1616
'depends': [
17-
'base', # Core Odoo module, always required
18-
'stock', # Inventory/stock management
19-
'web', # Web client features
20-
'mail', # Messaging and chatter
21-
'portal', # Portal access for external users
22-
'board', # Dashboards (if you use them)
23-
'product', # Product management (if you use products)
24-
'contacts', # Partner/contact management
17+
'base',
18+
'stock',
19+
'web',
20+
'mail',
21+
'portal',
22+
'board',
23+
'product',
24+
'contacts'
2525
],
2626
'data': [
2727
'views/inventory_template.xml',

0 commit comments

Comments
 (0)