mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[14.0][MIG]agreement_maintenance: Travis
This commit is contained in:
committed by
Murtaza Mithaiwala
parent
ad07ce1cc0
commit
9566fd5410
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user