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.

24 lines
738 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2016 LasLabs Inc.
  4. License LGPL-3 or later (http://www.gnu.org/licenses/lgpl.html).
  5. -->
  6. <openerp>
  7. <data>
  8. <record id="view_users_form" model="ir.ui.view">
  9. <field name="name">res.users.form.darkroom</field>
  10. <field name="model">res.users</field>
  11. <field name="inherit_id" ref="base.view_users_form" />
  12. <field name="arch" type="xml">
  13. <xpath expr="//notebook" position="inside">
  14. <page string="Darkroom">
  15. <field name="image" widget="darkroom" />
  16. </page>
  17. </xpath>
  18. </field>
  19. </record>
  20. </data>
  21. </openerp>