Browse Source

[FIX] fix incorrect view mode

12.0-mig-module_prototyper_last
Sébastien BEAU 4 years ago
parent
commit
f9794f013e
  1. 1
      attachment_queue/views/attachment_queue_view.xml

1
attachment_queue/views/attachment_queue_view.xml

@ -4,6 +4,7 @@
<record id="view_attachment_queue_form" model="ir.ui.view">
<field name="model">attachment.queue</field>
<field name="inherit_id" ref="base.view_attachment_form"/>
<field name="mode">primary</field>
<field name="arch" type="xml">
<xpath expr="/form/*" position="before">
<header>

Loading…
Cancel
Save