Skip to content

Commit fc19683

Browse files
Refine dependencies in Records Management manifest for improved module functionality
1 parent 7d2a2e7 commit fc19683

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

__manifest__.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@
1414
'license': 'OPL-1', # Odoo Proprietary License v1.0
1515
'icon': 'records_management/static/description/records_management_icon.png',
1616
'depends': [
17-
'stock',
18-
'web'
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
1925
],
2026
'data': [
2127
'views/inventory_template.xml',

0 commit comments

Comments
 (0)