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 7948a1a commit 1cd7cf5Copy full SHA for 1cd7cf5
__manifest__.py
@@ -4,8 +4,14 @@
4
'depends': ['stock', 'web'],
5
'data': [
6
'views/inventory_template.xml',
7
- 'views/pickup_request_form.xml',
+ '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',
14
],
15
'installable': True,
16
'application': True,
-}
17
+}
0 commit comments