diff --git a/odex25_transactions/exp_transaction_documents/security/groups.xml b/odex25_transactions/exp_transaction_documents/security/groups.xml
index 4f864b2ff..e63d62a3c 100644
--- a/odex25_transactions/exp_transaction_documents/security/groups.xml
+++ b/odex25_transactions/exp_transaction_documents/security/groups.xml
@@ -43,6 +43,29 @@
+
+ Managers can view all outgoing transactions
+
+ [(1, '=', 1)]
+
+
+
+
+
+
+
+
+ Managers can view all internal transactions
+
+ [(1, '=', 1)]
+
+
+
+
+
+
+
+
diff --git a/odex25_transactions/exp_transaction_documents/views/internal.xml b/odex25_transactions/exp_transaction_documents/views/internal.xml
index 87ec24441..f2ec64cd3 100644
--- a/odex25_transactions/exp_transaction_documents/views/internal.xml
+++ b/odex25_transactions/exp_transaction_documents/views/internal.xml
@@ -97,7 +97,7 @@
+ class="oe_highlight" groups="exp_transaction_documents.group_reopen_transaction,exp_transaction_documents.group_transaction_manager" confirm="Are you sure you want to reopen transaction ?"/>
@@ -164,7 +164,7 @@
attrs="{'invisible':['|',('state','=','canceled'),('state','=','closed')]}"
string="Cancel" class="oe_highlight"/>