Skip to content

Commit 9829e5a

Browse files
committed
[ADD] customer_check_in: add base structure for module
1 parent a3f5131 commit 9829e5a

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

customer_check_in/__init__.py

Whitespace-only changes.

customer_check_in/__manifest__.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
'name': 'Customer Check In',
3+
'version': '1.0',
4+
'category': 'Hospitality',
5+
'depends': [
6+
'event',
7+
],
8+
'data': [
9+
10+
],
11+
'demo': [
12+
13+
],
14+
'license': 'OPL-1',
15+
'author': 'Odoo S.A.',
16+
"cloc_exclude": [
17+
18+
],
19+
'images': [],
20+
}

customer_check_in/static/description/index.html

Whitespace-only changes.

0 commit comments

Comments
 (0)