diff --git a/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml b/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml index 4fb9aa83bea33bddb6069e560db4273828c7465c..de4a750e5966564935d118d22610ad78b4f9ffab 100644 --- a/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml +++ b/bt5/erp5_base/PortalTypeBaseCategoryTemplateItem/base_category_list.xml @@ -6,6 +6,15 @@ <portal_type id="Currency Exchange Line"> <item>price_currency</item> </portal_type> + <portal_type id="Currency Module"> + <item>business_application</item> + </portal_type> + <portal_type id="Organisation Module"> + <item>business_application</item> + </portal_type> + <portal_type id="Person Module"> + <item>business_application</item> + </portal_type> <portal_type id="Query"> <item>agent</item> </portal_type> diff --git a/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Currency%20Module.xml b/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Currency%20Module.xml index e23cc6b1564107ff39048507af491940856f6dd8..103bb7d8f982ea69ab8cfcf6770671771d5ae86f 100644 --- a/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Currency%20Module.xml +++ b/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Currency%20Module.xml @@ -61,6 +61,10 @@ <list/> </value> </item> + <item> + <key> <string>acquire_local_roles</string> </key> + <value> <int>1</int> </value> + </item> <item> <key> <string>allowed_content_types</string> </key> <value> @@ -93,6 +97,14 @@ <key> <string>filter_content_types</string> </key> <value> <int>1</int> </value> </item> + <item> + <key> <string>group_list</string> </key> + <value> + <tuple> + <string>module</string> + </tuple> + </value> + </item> <item> <key> <string>hidden_content_type_list</string> </key> <value> @@ -103,6 +115,14 @@ <key> <string>id</string> </key> <value> <string>Currency Module</string> </value> </item> + <item> + <key> <string>init_script</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>permission</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>property_sheet_list</string> </key> <value> diff --git a/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml b/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml index cdc06854aa6b07b37954d7949e1de6b86eeee1a5..1e04c1d3ed1132f13f753275d9b1493157d3b355 100644 --- a/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml +++ b/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Organisation%20Module.xml @@ -61,6 +61,10 @@ <list/> </value> </item> + <item> + <key> <string>acquire_local_roles</string> </key> + <value> <int>1</int> </value> + </item> <item> <key> <string>allowed_content_types</string> </key> <value> @@ -93,6 +97,14 @@ <key> <string>filter_content_types</string> </key> <value> <int>1</int> </value> </item> + <item> + <key> <string>group_list</string> </key> + <value> + <tuple> + <string>module</string> + </tuple> + </value> + </item> <item> <key> <string>hidden_content_type_list</string> </key> <value> @@ -103,6 +115,14 @@ <key> <string>id</string> </key> <value> <string>Organisation Module</string> </value> </item> + <item> + <key> <string>init_script</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>permission</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>property_sheet_list</string> </key> <value> diff --git a/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Person%20Module.xml b/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Person%20Module.xml index 3d1bcea5f2d4e92dd3333f82f68fc8d49173a381..4310fe7ef170f9050e9abd06e2a6003f9d23b508 100644 --- a/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Person%20Module.xml +++ b/bt5/erp5_base/PortalTypeTemplateItem/portal_types/Person%20Module.xml @@ -61,6 +61,10 @@ <list/> </value> </item> + <item> + <key> <string>acquire_local_roles</string> </key> + <value> <int>1</int> </value> + </item> <item> <key> <string>allowed_content_types</string> </key> <value> @@ -93,6 +97,14 @@ <key> <string>filter_content_types</string> </key> <value> <int>1</int> </value> </item> + <item> + <key> <string>group_list</string> </key> + <value> + <tuple> + <string>module</string> + </tuple> + </value> + </item> <item> <key> <string>hidden_content_type_list</string> </key> <value> @@ -103,6 +115,14 @@ <key> <string>id</string> </key> <value> <string>Person Module</string> </value> </item> + <item> + <key> <string>init_script</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>permission</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>property_sheet_list</string> </key> <value> diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision index 1edbdbab424f88cbead2031e6ebbd898365e68ec..66321c084ca9a642e8b308c01850cfd0351b48d1 100644 --- a/bt5/erp5_base/bt/revision +++ b/bt5/erp5_base/bt/revision @@ -1 +1 @@ -185 \ No newline at end of file +189 \ No newline at end of file diff --git a/bt5/erp5_base/bt/template_portal_type_base_category_list b/bt5/erp5_base/bt/template_portal_type_base_category_list index 730c64f640b00a3582c158b706628d15a4be98e0..46828793dd1d9b6140ce105b98cdb38c14bf6502 100644 --- a/bt5/erp5_base/bt/template_portal_type_base_category_list +++ b/bt5/erp5_base/bt/template_portal_type_base_category_list @@ -1,4 +1,7 @@ Currency Exchange Cell | currency_exchange_type Currency Exchange Cell | price_currency Currency Exchange Line | price_currency +Currency Module | business_application +Organisation Module | business_application +Person Module | business_application Query | agent \ No newline at end of file