Skip to content

Commit 3346da4

Browse files
Create __manifest__.py
1 parent 883b30d commit 3346da4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

__manifest__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
'name': 'Records Management',
3+
'version': '1.0',
4+
'depends': ['stock', 'web'],
5+
'data': [
6+
'views/inventory_template.xml',
7+
'views/pickup_request_form.xml',
8+
],
9+
'installable': True,
10+
'application': True,
11+
}

0 commit comments

Comments
 (0)