[IMP] project_average_acceptable_time: migration to v14

This commit is contained in:
clementthomas
2023-07-24 12:17:43 +02:00
parent 5a30d61fee
commit 77b26fd755
4 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
from odoo import models, fields, _, api
class ResPartner(models.Model):
_inherit = "res.partner"
average_acceptable_time = fields.Float('Average acceptable time') # not used, but necessary to post custom field from /my/account