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..e9ab843e999 --- /dev/null +++ b/estate/__manifest__.py @@ -0,0 +1,6 @@ +{ 'name': 'Real Estate', + 'depends': ['base'], + 'application': True, + 'author': 'leker', + 'license': 'LGPL-3' +}