diff --git a/animal/__init__.py b/animal/__init__.py
index 3b2a810b9..0650744f6 100644
--- a/animal/__init__.py
+++ b/animal/__init__.py
@@ -1,3 +1 @@
-# Copyright (C) 2020 Open Source Integrators
-# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
diff --git a/animal/__manifest__.py b/animal/__manifest__.py
index f4982e5c5..ca958137d 100644
--- a/animal/__manifest__.py
+++ b/animal/__manifest__.py
@@ -22,7 +22,6 @@
"views/animal.xml",
"views/menu.xml",
],
- "demo": [],
"application": True,
"development_status": "Beta",
"maintainers": ["max3903"],
diff --git a/animal/models/__init__.py b/animal/models/__init__.py
index 6272f78c7..54f929204 100644
--- a/animal/models/__init__.py
+++ b/animal/models/__init__.py
@@ -1,5 +1,3 @@
-# Copyright (C) 2020 Open Source Integrators
-# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import (
animal_species,
animal_breed,
diff --git a/animal/views/animal.xml b/animal/views/animal.xml
index 26106529a..fce15746c 100644
--- a/animal/views/animal.xml
+++ b/animal/views/animal.xml
@@ -80,51 +80,54 @@
animal
-
-
-
-
-
-
+
+
+
+
+
-
-
+
-
-
-
+
+
-
-
+
+
+
@@ -207,9 +210,7 @@
kanban,tree,form
-
- Create an animal.
-
+ Create an animal