Commit 8dc5daa2 authored by Vincent Pelletier's avatar Vincent Pelletier

Use XML Object instead of ERP5 Document as default document type when creating...

Use XML Object instead of ERP5 Document as default document type when creating a module, as requested by Jean Paul.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12906 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5e40a150
......@@ -168,7 +168,7 @@ form_view_object.manage_addProduct[\'Formulator\'].manage_addField(\n
\n
# Then add the portal_type corresponding to the new object\n
portal_types.manage_addTypeInformation(\'ERP5 Type Information\'\n
, typeinfo_name = \'ERP5Type: ERP5 Document\'\n
, typeinfo_name = \'ERP5Type: XML Object (ERP5 XML Object)\'\n
, id = object_portal_type_id\n
)\n
object_portal_type_value = portal_types[object_portal_type_id]\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment