~openerp-dev/openobject-server/printscreen_group_no_lief

« back to all changes in this revision

Viewing changes to bin/addons/base/base_update.xml

[Merge] trunk-dev-framework

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
                    <notebook colspan="4">
110
110
                        <page string="User">
111
111
                            <field name="address_id" select="1"/>
 
112
                            <field name="user_email" widget="email"/>
112
113
                            <field name="company_id" required="1"/>
113
114
                            <field name="action_id" required="True"/>
114
115
                            <field domain="[('usage','=','menu')]" name="menu_id" required="True"/>
115
116
                            <field name="context_lang"/>
116
117
                            <field name="context_tz"/>
 
118
                            <field name="view" readonly="0" />
117
119
                            <group colspan="2" col="2">
118
120
                                <separator string="Signature" colspan="2"/>
119
121
                                <field colspan="2" name="signature" nolabel="1"/>
120
122
                            </group>
121
 
                            <group colspan="2" col="2">
 
123
                            <group colspan="2" col="2" expand="1">
122
124
                                <separator string="Access Rights (groups)" colspan="2"/>
123
125
                                <field colspan="2" nolabel="1" name="groups_id"/>
124
126
                            </group>