diff --git a/master/bt5/slapos_erp5/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/master/bt5/slapos_erp5/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml new file mode 100644 index 0000000000000000000000000000000000000000..224729cc0b95de15bbd10e0288a864fb86c9f188 --- /dev/null +++ b/master/bt5/slapos_erp5/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml @@ -0,0 +1,6 @@ +<allowed_content_type_list> + <portal_type id="Organisation"> + <item>Geographical Area</item> + <item>Geographical Location</item> + </portal_type> +</allowed_content_type_list> \ No newline at end of file diff --git a/master/bt5/slapos_erp5/bt/template_portal_type_allowed_content_type_list b/master/bt5/slapos_erp5/bt/template_portal_type_allowed_content_type_list new file mode 100644 index 0000000000000000000000000000000000000000..2ee7385deffac695214d4cd4ea61a7b67d61ed27 --- /dev/null +++ b/master/bt5/slapos_erp5/bt/template_portal_type_allowed_content_type_list @@ -0,0 +1,2 @@ +Organisation | Geographical Area +Organisation | Geographical Location \ No newline at end of file