diff --git a/document_type/README.rst b/document_type/README.rst
index 2225547c..5d94f66b 100644
--- a/document_type/README.rst
+++ b/document_type/README.rst
@@ -51,6 +51,11 @@ Contributors
* Leonardo Donelli @ MONK Software (leonardo.donelli@monksoftware.it)
+Acknowledgements
+----------------
+
+* Thanks to gingitsune for showing me a simple way to open a 'Save and Close' dialog
+
Maintainer
----------
diff --git a/document_type/views/attachment.xml b/document_type/views/attachment.xml
index 714ce3f0..7253ba9c 100644
--- a/document_type/views/attachment.xml
+++ b/document_type/views/attachment.xml
@@ -22,7 +22,7 @@
-
+ Attachment search view: add document type filter and groupby
ir.attachment
diff --git a/document_type/views/document_type.xml b/document_type/views/document_type.xml
index 0a7822fa..29634071 100644
--- a/document_type/views/document_type.xml
+++ b/document_type/views/document_type.xml
@@ -7,6 +7,14 @@
tree,form
+
+ Documents
+ ir.attachment
+ form
+ tree,form
+ {'search_default_document_type_id': [active_id], 'default_document_type_id': active_id}
+
+
Document types list view
document.type
@@ -14,7 +22,7 @@