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:
@@ -5,8 +5,9 @@ from odoo import fields, models
|
||||
|
||||
|
||||
class MaintenanceEquipment(models.Model):
|
||||
_inherit = 'maintenance.equipment'
|
||||
_inherit = "maintenance.equipment"
|
||||
|
||||
agreement_id = fields.Many2one('agreement', string='Agreement')
|
||||
agreement_id = fields.Many2one("agreement", string="Agreement")
|
||||
serviceprofile_ids = fields.One2many(
|
||||
'agreement.serviceprofile', 'equipment_id', string='Service Profiles')
|
||||
"agreement.serviceprofile", "equipment_id", string="Service Profiles"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user