X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=eturecup.py;fp=eturecup.py;h=b0cc60f6dd63508ae2d8aea09bc49561cbb4506f;hb=3c111722bc1d15572b74155a1e749d01d18c8773;hp=3648b47711687dcfc34de7d059667bacf210a108;hpb=87cabdadfdbb29bfd31bc190733e50ac36f67172;p=burette%2Feturecup.git diff --git a/eturecup.py b/eturecup.py index 3648b47..b0cc60f 100644 --- a/eturecup.py +++ b/eturecup.py @@ -37,4 +37,12 @@ class Partner(orm.Model): } +class Theme(orm.Model): + _inherit = 'bikecoop.partner.theme' + + _columns = { + 'type': fields.selection([('studies','Studies')], 'Type', help='An extra field to categorize themes.'), + } + + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: