You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
594 B

  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2018
  4. @author Alexanre Díaz <dev@redneboa.es>
  5. License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  6. -->
  7. <odoo>
  8. <record id="view_users_form_simple_modif" model="ir.ui.view">
  9. <field name="model">res.users</field>
  10. <field name="inherit_id" ref="base.view_users_form_simple_modif" />
  11. <field name="arch" type="xml">
  12. <xpath expr="//field[@name='email']" position="after">
  13. <field name="chatter_position" readonly="0" />
  14. </xpath>
  15. </field>
  16. </record>
  17. </odoo>