[IMP] web_responsive: Add chatter position view_users_form

Allow to change chatter position in user form view
This commit is contained in:
Andrea Piovesana
2021-11-12 10:24:43 +01:00
committed by Daniel Reis
parent 2fa5730eee
commit 629fc4fb11

View File

@@ -14,4 +14,13 @@
</xpath>
</field>
</record>
<record id="view_users_form_chatter_pos" model="ir.ui.view">
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='action_id']" position="after">
<field name="chatter_position" readonly="0" />
</xpath>
</field>
</record>
</odoo>