diff --git a/estate/__init__.py b/estate/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/estate/__manifest__.py b/estate/__manifest__.py new file mode 100644 index 00000000000..b13b8279b19 --- /dev/null +++ b/estate/__manifest__.py @@ -0,0 +1,10 @@ +{ + 'name': 'Estate', + 'version': '1.0', + 'category': 'Tutorials', + 'depends': ['base'], + 'installable': True, + 'application': True, + 'author': 'Prerana Yesugade', + 'license': 'LGPL-3', +}