From bab86e7f4d8fb6f542444c4c9db2cead641f5be7 Mon Sep 17 00:00:00 2001 From: "Thomas Becquevort (thbe)" Date: Tue, 19 May 2026 16:20:07 +0200 Subject: [PATCH] first commit --- estate/__manifest__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 estate/__manifest__.py 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, +}