diff --git a/estate/__manifest__.py b/estate/__manifest__.py new file mode 100644 index 00000000000..30b7c26b17b --- /dev/null +++ b/estate/__manifest__.py @@ -0,0 +1,6 @@ +{ + "name": "Estate", + "description": "Estate management", + "auto_install": False, + "application": True, +}