Skip to content

Commit

Permalink
edi_endpoint: fix form view inheritance
Browse files Browse the repository at this point in the history
The new mixin view won't be affected by weird extensions.

Requires OCA/web-api#56
Solves conflict w/ OCA/web-api-contrib#1
  • Loading branch information
simahawk authored and JordiMForgeFlow committed Nov 22, 2024
1 parent 4f47e01 commit 432c71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edi_endpoint_oca/views/edi_endpoint_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<record model="ir.ui.view" id="edi_endpoint_form_view">
<field name="model">edi.endpoint</field>
<field name="inherit_id" ref="endpoint.endpoint_endpoint_form_view" />
<field name="inherit_id" ref="endpoint.endpoint_mixin_form_view" />
<field name="mode">primary</field>
<field name="arch" type="xml">
<xpath expr="//div[hasclass('alert')]" position="before">
Expand Down

0 comments on commit 432c71e

Please sign in to comment.