I have created two content types in Plone 4.3 via Dexterity and created a Plone Product on the file system.
The types are
- Supplier
- item
Items can only exist in inside Supplier, and I can manually create new items without
I'd like to be able to create a bunch of items if I upload a CSV file while creating a supplier. Any way dexterity supports this (trigger, custom view...)?