diff --git a/bt5/erp5_mrp/PortalTypeBaseCategoryTemplateItem/base_category_list.xml b/bt5/erp5_mrp/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
index 2840806fedda7e931dfeeda4ca9a100668c64285..e4dfe55e311040d4d4e7f041745ed1d0590b080e 100644
--- a/bt5/erp5_mrp/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
+++ b/bt5/erp5_mrp/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
@@ -2,4 +2,16 @@
  <portal_type id="Production Order Line">
   <item>specialise</item>
  </portal_type>
+ <portal_type id="Production Order Module">
+  <item>business_application</item>
+ </portal_type>
+ <portal_type id="Production Packing List Module">
+  <item>business_application</item>
+ </portal_type>
+ <portal_type id="Production Report Module">
+  <item>business_application</item>
+ </portal_type>
+ <portal_type id="Supply Chain Module">
+  <item>business_application</item>
+ </portal_type>
 </base_category_list>
\ No newline at end of file
diff --git a/bt5/erp5_mrp/bt/revision b/bt5/erp5_mrp/bt/revision
index eb13855b7d70b04d6f04877df2cafe05de51a051..24af08a4875794564c5895aa8c9b664b2c78effe 100644
--- a/bt5/erp5_mrp/bt/revision
+++ b/bt5/erp5_mrp/bt/revision
@@ -1 +1 @@
-79
\ No newline at end of file
+83
\ No newline at end of file
diff --git a/bt5/erp5_mrp/bt/template_portal_type_base_category_list b/bt5/erp5_mrp/bt/template_portal_type_base_category_list
index 7b882b9fd477946ffafc3ad66d8edad3c91748e7..203e2332d810acacf3dd3f60532c84433d1d94fe 100644
--- a/bt5/erp5_mrp/bt/template_portal_type_base_category_list
+++ b/bt5/erp5_mrp/bt/template_portal_type_base_category_list
@@ -1 +1,5 @@
-Production Order Line | specialise
\ No newline at end of file
+Production Order Line | specialise
+Production Order Module | business_application
+Production Packing List Module | business_application
+Production Report Module | business_application
+Supply Chain Module | business_application
\ No newline at end of file