[FIX] Chatter Position

This commit is contained in:
QS5ELkMu
2018-06-25 14:46:48 +02:00
committed by Alexandre Díaz
parent 8754bb1336
commit 9567e5fcfe
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<field name="inherit_id" ref="base.view_users_form_simple_modif" />
<field name="arch" type="xml">
<xpath expr="//field[@name='email']" position="after">
<field name="chatter_position" />
<field name="chatter_position" readonly="0" />
</xpath>
</field>
</record>