Skip to content

Commit

Permalink
fixup! fixup! endpoint: add basic mixin view
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Jul 23, 2024
1 parent 71a83fe commit 06f98c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions endpoint/views/endpoint_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
<field name="model">endpoint.endpoint</field>
<field name="inherit_id" ref="endpoint.endpoint_mixin_form_view" />
<field name="mode">primary</field>
<field name="arch" type="xml">
<form position="attributes">
<!-- Needed just to make further inheritance happy -->
<attribute name="name">real</attribute>
</form>
</field>
</record>

<record model="ir.ui.view" id="endpoint_endpoint_search_view">
Expand Down

0 comments on commit 06f98c4

Please sign in to comment.