Skip to content

Commit 17ce9b0

Browse files
committed
[ADD] Chapter 2 sawer - correction
1 parent 21ea738 commit 17ce9b0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

estate/__manifest__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
{
44
'name': "Estate",
5+
'author': "Samuel (sawer)",
6+
'license': "LGPL-3",
7+
58
'depends': [
69
'base'
710
],
11+
'data': [
12+
13+
],
14+
815
'application': True,
916
}

0 commit comments

Comments
 (0)