Browse Source
Merge pull request #427 from ursais/12.0-fix-agreement_maintenance
[FIX] agreement_maintenance: Element cannot be located in parent view
pull/422/head
Maxime Chambreuil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
agreement_maintenance/views/maintenance_equipment_view.xml
|
|
@ -9,9 +9,9 @@ |
|
|
|
<field name="inherit_id" |
|
|
|
ref="maintenance.hr_equipment_view_form"/> |
|
|
|
<field name="arch" type="xml"> |
|
|
|
<field name="owner_user_id" position="after"> |
|
|
|
<xpath expr="//group/group[1]" position="inside"> |
|
|
|
<field name="agreement_id"/> |
|
|
|
</field> |
|
|
|
</xpath> |
|
|
|
<xpath expr="//notebook" position="inside"> |
|
|
|
<page string="Services" id="services"> |
|
|
|
<field name="serviceprofile_ids" |
|
|
|