We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2a2e7 commit fc19683Copy full SHA for fc19683
__manifest__.py
@@ -14,8 +14,14 @@
14
'license': 'OPL-1', # Odoo Proprietary License v1.0
15
'icon': 'records_management/static/description/records_management_icon.png',
16
'depends': [
17
- 'stock',
18
- 'web'
+ 'base', # Core Odoo module, always required
+ '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
25
],
26
'data': [
27
'views/inventory_template.xml',
0 commit comments