[14.0][MIG]agreement_maintenance: Travis

This commit is contained in:
Vimal Patel
2021-07-23 15:39:00 +05:30
committed by Murtaza Mithaiwala
parent ad07ce1cc0
commit 9566fd5410
11 changed files with 85 additions and 65 deletions

View File

@@ -7,6 +7,5 @@ from odoo import fields, models
class MaintenanceRequest(models.Model):
_inherit = "maintenance.request"
agreement_id = fields.Many2one('agreement', 'Agreement')
serviceprofile_id = fields.Many2one('agreement.serviceprofile',
'Service Profile')
agreement_id = fields.Many2one("agreement", "Agreement")
serviceprofile_id = fields.Many2one("agreement.serviceprofile", "Service Profile")