Skip to content

Commit 1cd7cf5

Browse files
Update module manifest for Records Management
1 parent 7948a1a commit 1cd7cf5

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
@@ -4,8 +4,14 @@
44
'depends': ['stock', 'web'],
55
'data': [
66
'views/inventory_template.xml',
7-
'views/pickup_request_form.xml',
7+
'views/pickup_request.xml',
8+
'views/my_portal_inventory.xml',
9+
'views/shredding_views.xml',
10+
'security/groups.xml',
11+
'security/ir.model.access.csv',
12+
'data/products.xml',
13+
'data/scheduled_actions.xml',
814
],
915
'installable': True,
1016
'application': True,
11-
}
17+
}

0 commit comments

Comments
 (0)