[ADD] project_average_acceptable_time

This commit is contained in:
clementthomas
2023-04-19 14:54:11 +02:00
parent 355e77fc70
commit 34dfc13936
11 changed files with 280 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
from odoo import models, fields, _, api
class Project(models.Model):
_inherit = "project.project"
average_acceptable_time = fields.Float('Average acceptable time')