Skip to content

Commit fff8ab6

Browse files
simahawkJordiMForgeFlow
authored andcommitted
edi_endpoint: extend mixin views
edi.endpoint views must be independent that's why primary mode is used. endpoint.endpoint views might be polluted by other modules: this change ensures they are isolated. Depends on OCA/web-api#87
1 parent 01ccdf8 commit fff8ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

edi_endpoint_oca/views/edi_endpoint_views.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<record model="ir.ui.view" id="edi_endpoint_search_view">
4343
<field name="model">edi.endpoint</field>
44-
<field name="inherit_id" ref="endpoint.endpoint_endpoint_search_view" />
44+
<field name="inherit_id" ref="endpoint.endpoint_mixin_search_view" />
4545
<field name="mode">primary</field>
4646
<field name="arch" type="xml">
4747
<field name="exec_mode" position="after">
@@ -71,7 +71,7 @@
7171

7272
<record model="ir.ui.view" id="edi_endpoint_tree_view">
7373
<field name="model">edi.endpoint</field>
74-
<field name="inherit_id" ref="endpoint.endpoint_endpoint_tree_view" />
74+
<field name="inherit_id" ref="endpoint.endpoint_mixin_list_view" />
7575
<field name="mode">primary</field>
7676
<field name="arch" type="xml">
7777
<field name="exec_mode" position="after">

0 commit comments

Comments
 (0)