Migration to MeetingCPASLalouviere 3.0
==================================

On Plone 3, before copying Data.fs :
------------------------------------
- Follow http://www.imio.be/support/documentation/how-to/migration-de-plonemeeting-2.1.x-vers-plonemeeting-3.x


Before Plone migration :
------------------------
- In Products.contentmigration.basemigrator.walker.py, comment lines doing a rollback on error : Line 212 and 214
- In Products.ZCTextIndex-2.13.4-py2.7-linux-x86_64.egg/Products/ZCTextIndex/BaseIndex.py add a try/except around line 308
- Launch ipdb in the browser then :
from Products.MeetingLalouviere.migrations.migrate_to_3_0 import Migrate_To_3_0
Migrate_To_3_0._createUsersFromLDAP(Migrate_To_3_0(context))

Then launch Plone migration... and wait... wait... wait... zzz...
- Then uncomment Line 212 and 214 in Products.contentmigration.basemigrator.walker.py

At the end :
- update Delibération pod templates for council
- update PV commissions for council (getStrikedField)
- update PV for council
- update PloneMeeting WF Policy, set wf plonemeeting_onestate_workflow for type 'MeetingItemCollege'
