← Back to team overview

openerp-connector-community team mailing list archive

litteral values

 

Hi connectoristas,

I noticed the two methods for direct mapping

        direct = [(convert('source', str), 'target')]
        direct = [(none('source'), 'target')]

seems really interesting to avoid tedious methods in mapping.

is there a possibility to include a another case for litteral values ? like this
        direct = [(litteral('my_particular_value'), 'target')]

Thanks for your replies

David BEAL
OpenERP Development - Integration
+33 (0)6 67 22 86 89
+33 (0)4 82 53 84 60


Follow ups