File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ services:
2121 - USER=odoo
2222 - PASSWORD=odoo
2323 restart : always
24+ /mnt/extra-addons/records_management/__manifest__.py
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments