# -*- coding: utf-8 -*- from odoo import models class ProjectTask(models.Model): _inherit = ['project.task', 'hg.hg_mixin'] _name = "project.task"