Comment 4 for bug 1262000

Revision history for this message
Sandy Carter (http://www.savoirfairelinux.com) (sandy-carter) wrote :

@maddie
To export the description into the .po file I just put _() around it.

example:
from openerp.tools.translate import _

class simplenote_note(orm.Model):
    _name = 'simplenote.note'
    _description = _('A simple Note')