reunion.py 244 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 # -*- coding: utf-8 -*- from openerp import models, fields, api from odoo import exceptions class asw_reun(models.Model): _name = 'asw.reun' _description = 'Reunion' reun_titulo = fields.Char( string=u'Titulo', )