diff --git a/bt5/erp5_payroll/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_payroll/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
index 6980de09b8722e289f394936476ab7eff9c5fbef..4cce9b533e79bcb9e4cab16136d42e5047a3711f 100644
--- a/bt5/erp5_payroll/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
+++ b/bt5/erp5_payroll/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
@@ -27,6 +27,7 @@
  <portal_type id="Pay Sheet Transaction">
   <item>Annotation Line</item>
   <item>Pay Sheet Line</item>
+  <item>Pay Sheet Model Ratio Line</item>
   <item>Pay Sheet Transaction Line</item>
   <item>Payment Condition</item>
  </portal_type>
diff --git a/bt5/erp5_payroll/PortalTypePropertySheetTemplateItem/property_sheet_list.xml b/bt5/erp5_payroll/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
index 408264ab114b1b370a94c862573e683fd2707c34..79e89b8c8605a222c2ba7d605e3662dee3153fb7 100644
--- a/bt5/erp5_payroll/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
+++ b/bt5/erp5_payroll/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
@@ -1,5 +1,5 @@
 <property_sheet_list>
  <portal_type id="Pay Sheet Transaction">
-  <item>AccountingTransaction</item>
+  <item>AccountingTransactionConstraint</item>
  </portal_type>
 </property_sheet_list>
\ No newline at end of file
diff --git a/bt5/erp5_payroll/bt/revision b/bt5/erp5_payroll/bt/revision
index 989ba2b4b97c321ed9f8f9813d7c7a7b639d3da1..5ae48373adc47d4e161b3ab601b0b65bea473f91 100644
--- a/bt5/erp5_payroll/bt/revision
+++ b/bt5/erp5_payroll/bt/revision
@@ -1 +1 @@
-584
\ No newline at end of file
+585
\ 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 aa25760d0d6362fff6f140cefb24f2119d74b11e..9941b2874a5a7d7bffccd5cc49a68b2fb2c82776 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
@@ -11,6 +11,7 @@ Pay Sheet Model | Pay Sheet Model Slice
 Pay Sheet Model | Payment Condition
 Pay Sheet Transaction | Annotation Line
 Pay Sheet Transaction | Pay Sheet Line
+Pay Sheet Transaction | Pay Sheet Model Ratio Line
 Pay Sheet Transaction | Pay Sheet Transaction Line
 Pay Sheet Transaction | Payment Condition
 Preference | Pay Sheet Transaction
\ No newline at end of file
diff --git a/bt5/erp5_payroll/bt/template_portal_type_property_sheet_list b/bt5/erp5_payroll/bt/template_portal_type_property_sheet_list
index 5e14bd2c55e6bd5b9ce2a439b91ec9db74339ee9..11c4180dc6da74b8436630e197125dc23436c431 100644
--- a/bt5/erp5_payroll/bt/template_portal_type_property_sheet_list
+++ b/bt5/erp5_payroll/bt/template_portal_type_property_sheet_list
@@ -1 +1 @@
-Pay Sheet Transaction | AccountingTransaction
\ No newline at end of file
+Pay Sheet Transaction | AccountingTransactionConstraint
\ No newline at end of file