Most Powerful Open Source ERP

How To Use Portal Transforms

How To showing how to convert one content type into another in a centralized and controlled way.
  • Last Update:2016-02-09
  • Version:001
  • Language:en

Portal Transforms is a very handy tool for transforming one content type into another in a centralized and controlled way. It is part of the Plone core code and is actually two Zope Products ("MimetypesRegistry" and "PortalTransforms").

Because it is already used by some parts of ERP5 (Web and DMS) but as of today it is not part of the core code so it has to be installed manually.

Table of Contents

  • Installation on Mandriva
  • Manual Installation
  • Related Articles

    Installation on Mandriva

    Install packages from nexedi repository using urpmi:

    urpmi erp5-MimetypesRegistry erp5-PortalTransforms
    

    Manual Installation

    • Download "MimetypesRegistry" and "PortalTransforms" from plone svn:
    • cd $INSTANCE_HOME/Products/
      svn co https://svn.plone.org/svn/archetypes/PortalTransforms/tags/Archetypes-1.4.0-final PortalTransforms
      svn co https://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final MimetypesRegistry
          
    • Restart zope.
    • In ZMI, in site root, add "MimetypesRegistry Tool", then add "PortalTransforms Tool". (Note that if you install erp5_crm business template, those tools will be created automatically).

    Related Articles