mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] agreement_maintenance: Fix Travis errors
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Copyright (C) 2018 - TODAY, Open Source Integrators
|
# Copyright (C) 2018 - TODAY, Open Source Integrators
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
from odoo import api, fields, models
|
from odoo import fields, models
|
||||||
|
|
||||||
|
|
||||||
class AgreementServiceProfile(models.Model):
|
class AgreementServiceProfile(models.Model):
|
||||||
|
|||||||
@@ -3,10 +3,11 @@
|
|||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<record id="partner_agreement_form_view" model="ir.ui.view">
|
<record id="agreement_serviceprofile_equipment_form_view" model="ir.ui.view">
|
||||||
<field name="name">agreement.serviceprofile.form.equipment</field>
|
<field name="name">agreement.serviceprofile.form.equipment</field>
|
||||||
<field name="model">agreement.serviceprofile</field>
|
<field name="model">agreement.serviceprofile</field>
|
||||||
<field name="inherit_id" ref="agreement_serviceprofile.agreement_serviceprofile_form"/>
|
<field name="inherit_id"
|
||||||
|
ref="agreement_serviceprofile.agreement_serviceprofile_form"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<field name="agreement_id" position="after">
|
<field name="agreement_id" position="after">
|
||||||
<field name="equipment_id"/>
|
<field name="equipment_id"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user