Hi Yuppie,
> I didn't test other kinds of content types. Please send me test ftis
> that don't work right now - I'll try to fix the migration code.
Here's an example action that doesn't work at add time:
{ 'id': 'top',
'name': 'View Mail Archive',
'category':'object',
'action': 'python:object.getArchive().absolute_url()', 'permissions': (CMFCorePermissions.View,),
},