mirror of https://github.com/OCA/web.git
[IMP] web_responsive: Add chatter position view_users_form
Allow to change chatter position in user form viewpull/2229/head
parent
2fa5730eee
commit
629fc4fb11
|
@ -14,4 +14,13 @@
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</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>
|
</odoo>
|
||||||
|
|
Loading…
Reference in New Issue