tareas.py 200 Bytes Raw Blame History Permalink 1 2 3 4 5 6 from odoo.exceptions import UserError, ValidationError, Warning from datetime import datetime, timedelta from odoo import models, fields, api class hgt_tarea(models.Model): _inherit = 'hgt.tarea'