~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to personal_base/user_view.xml

  • Committer: pso (tiny)
  • Date: 2009-02-10 13:58:54 UTC
  • mto: This revision was merged to the branch mainline in revision 3554.
  • Revision ID: pso@tinyerp.com-20090210135854-egbyysq88p1v41w8
personal_base:made compatible to 5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
<data>
 
4
 
 
5
<!--
 
6
        <record model="ir.ui.view" id="view_users_form_with_registration">
 
7
                <field name="name">res.users.form_with_registration</field>
 
8
                <field name="model">res.users</field>
 
9
                <field name="inherit_id" ref="base.view_users_form"/>
 
10
                <field name="type">form</field>
 
11
                <field name="arch" type="xml">
 
12
                        <form string="Users">
 
13
                                <notebook position="inside">
 
14
                                        <page string="Registration">
 
15
                                                <field name="email"/>
 
16
                                                <field name="currency_id"/>
 
17
                                        </page>
 
18
                                </notebook>
 
19
                        </form>
 
20
                </field>
 
21
        </record>
 
22
-->
 
23
 
 
24
</data>
 
25
</openerp>