Comment 7 for bug 696176

Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Hi,

I just ran into this error. The error is triggered when you export a resource of type "account.account.type". The culprit is the field "sign" which is defined as follows:

    'sign': fields.selection([(-1, 'Negative'), (1, 'Positive')], ...)

Seems that the module recorder always assumes that a fields.selection is of type string. Does removing xml.dom as suggested above solve the problem in that case?

Cheers,
Stefan.