diff --git a/bt5/erp5_payroll/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_payroll/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
index 1a6e3ed5f9b639d88accb2f8eb05d2abf4865074..a88dc1a53118f652e02273a4bcacf67880706e02 100644
--- a/bt5/erp5_payroll/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
+++ b/bt5/erp5_payroll/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
@@ -1,4 +1,7 @@
 <allowed_content_type_list>
+ <portal_type id="Accounting Transaction Module">
+  <item>Pay Sheet Transaction</item>
+ </portal_type>
  <portal_type id="Pay Sheet Line">
   <item>Pay Sheet Cell</item>
  </portal_type>
diff --git a/bt5/erp5_payroll/bt/revision b/bt5/erp5_payroll/bt/revision
index e440e5c842586965a7fb77deda2eca68612b1f53..bf0d87ab1b2b0ec1a11a3973d2845b42413d9767 100644
--- a/bt5/erp5_payroll/bt/revision
+++ b/bt5/erp5_payroll/bt/revision
@@ -1 +1 @@
-3
\ No newline at end of file
+4
\ No newline at end of file
diff --git a/bt5/erp5_payroll/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_payroll/bt/template_portal_type_allowed_content_type_list
index c4238c3a27def0697675ba4f6025c7a51cbb8848..283f587ccfe875c229b3a42b9bdb3c714e266ba8 100644
--- a/bt5/erp5_payroll/bt/template_portal_type_allowed_content_type_list
+++ b/bt5/erp5_payroll/bt/template_portal_type_allowed_content_type_list
@@ -1,3 +1,4 @@
+Accounting Transaction Module | Pay Sheet Transaction
 Pay Sheet Line | Pay Sheet Cell
 Pay Sheet Transaction | Pay Sheet Line
 Pay Sheet Transaction | Pay Sheet Transaction Line
\ No newline at end of file