diff --git a/bt5/erp5_accounting/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml b/bt5/erp5_accounting/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
index 5b51f839512062e2651c64ae971680096c07d968..7e1391e765d7809397f186b81f7b33c869c3c2db 100644
--- a/bt5/erp5_accounting/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
+++ b/bt5/erp5_accounting/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
@@ -5,4 +5,7 @@
  <portal_type id="Invoice Line">
   <item>Invoice Cell</item>
  </portal_type>
+ <portal_type id="Invoice Transaction Rule">
+  <item>Accounting Rule Cell</item>
+ </portal_type>
 </hidden_content_type_list>
\ No newline at end of file
diff --git a/bt5/erp5_accounting/bt/template_portal_type_hidden_content_type_list b/bt5/erp5_accounting/bt/template_portal_type_hidden_content_type_list
index 0e6139f41a39d23911da2d3783d49239418bb73b..99a066d2e45323be0079958c50bceb371be69b41 100644
--- a/bt5/erp5_accounting/bt/template_portal_type_hidden_content_type_list
+++ b/bt5/erp5_accounting/bt/template_portal_type_hidden_content_type_list
@@ -1,2 +1,3 @@
 Accounting Transaction Module | Balance Transaction
-Invoice Line | Invoice Cell
\ No newline at end of file
+Invoice Line | Invoice Cell
+Invoice Transaction Rule | Accounting Rule Cell
\ No newline at end of file