[IMP]Base:ADD Define default users preferences confg wiz
[odoo/odoo.git] / openerp / addons / base / base_update.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <!--
5     ======================
6     Languages
7     ======================
8     -->
9         <menuitem id="next_id_2" name="User Interface" parent="base.menu_custom" groups="base.group_extended"/>
10
11         <!--
12     ======================
13     Groups
14     ======================
15     -->
16         <record id="view_groups_form" model="ir.ui.view">
17             <field name="name">res.groups.form</field>
18             <field name="model">res.groups</field>
19             <field name="type">form</field>
20             <field name="arch" type="xml">
21                 <form string="Groups">
22                     <field name="name" select="1"/>
23                     <notebook colspan="4">
24                         <page string="Users">
25                             <field colspan="4" name="users" nolabel="1"/>
26                         </page>
27                         <page string="Menus">
28                             <field colspan="4" name="menu_access" nolabel="1"/>
29                         </page>
30                         <page string="Access Rights">
31                             <field colspan="4" name="model_access" nolabel="1">
32                                 <tree string="Access Rules" editable="top">
33                                     <field name="model_id"/>
34                                     <field name="perm_read"/>
35                                     <field name="perm_write"/>
36                                     <field name="perm_create"/>
37                                     <field name="perm_unlink"/>
38                                     <field name="name"/>
39                                 </tree>
40                                 <form string="Access Controls">
41                                     <field colspan="4" name="name" select="1"/>
42                                     <field name="model_id" select="1"/>
43                                     <newline/>
44                                     <field name="perm_read"/>
45                                     <field name="perm_write"/>
46                                     <field name="perm_create"/>
47                                     <field name="perm_unlink"/>
48                                 </form>
49                             </field>
50                         </page>
51                         <page string="Rules">
52                             <field colspan="4" name="rule_groups" nolabel="1">
53                                 <tree string="Rules">
54                                     <field name="name"/>
55                                     <field name="model_id"/>
56                                     <field name="global"/>
57                                 </tree>
58                             </field>
59                         </page><page string="Notes">
60                             <field colspan="4" name="comment" nolabel="1"/>
61                         </page>
62                     </notebook>
63                 </form>
64             </field>
65         </record>
66
67         <!--
68     ======================
69     Users
70     ======================
71     -->
72
73         <record id="view_users_form_simple_modif" model="ir.ui.view">
74             <field name="name">res.users.form.modif</field>
75             <field name="model">res.users</field>
76             <field name="type">form</field>
77             <field eval="18" name="priority"/>
78             <field name="arch" type="xml">
79                 <form string="Users">
80                     <notebook colspan="4">
81                         <page string="Current Activity">
82                             <field name="company_id" widget="selection" readonly="0"
83                                     groups="base.group_multi_company"
84                                     on_change="on_change_company_id(company_id)" />
85                             <field name="view" readonly="0"/>
86                             <label string="" colspan="2"/>
87                             <separator string="Default Filters" colspan="4"/>
88                             <newline/>
89                         </page>
90                          <page string="Preferences">
91                             <field name="context_lang" completion="1" readonly="0"/>
92                             <field name="context_tz" completion="1" readonly="0"/>
93                             <field name="menu_tips" colspan="2" readonly="0"/>
94                             <separator string="Email &amp; Signature" colspan="4"/>
95                             <group colspan="4"><field name="user_email" widget="email" readonly="0"/></group>
96                             <field colspan="4" name="signature" readonly="0" nolabel="1"/>
97                           </page>
98                     </notebook>
99                 </form>
100             </field>
101         </record>
102
103         <record id="view_users_form" model="ir.ui.view">
104             <field name="name">res.users.form</field>
105             <field name="model">res.users</field>
106             <field name="type">form</field>
107             <field name="arch" type="xml">
108                 <form string="Users">
109                     <field name="name" select="1"/>
110                     <field name="active"/>
111                     <field name="login" select="1"/>
112                     <field name="new_password" password="True"/>
113                     <newline/>
114                     <notebook colspan="4">
115                         <page string="User">
116                             <group colspan="1" col="2">
117                                 <separator string="Contact" colspan="2"/>
118                                 <field name="company_id" required="1"
119                                     context="{'user_preference': 0}"
120                                     groups="base.group_multi_company"
121                                     />
122                                 <field name="address_id"/>
123                                 <field name="user_email" widget="email"/>
124                             </group>
125                             <group colspan="1" col="2" groups="base.group_extended">
126                                 <separator string="Action" colspan="2"/>
127                                 <field name="action_id"/>
128                                 <field domain="[('usage','=','menu')]" name="menu_id" required="True"/>
129                             </group>
130                             <group colspan="1" col="2">
131                                 <separator string="Preferences" colspan="2"/>
132                                 <field name="context_lang"/>
133                                 <field name="context_tz"/>
134                                 <group colspan="2" col="4">
135                                      <field name="view" readonly="0"/>
136                                      <field name="menu_tips" colspan="2"/>
137                                 </group>
138                             </group>
139                             <newline/>
140                             <group colspan="2" col="2">
141                                 <separator string="Signature" colspan="2"/>
142                                 <field colspan="2" name="signature" nolabel="1"/>
143                             </group>
144                             <group colspan="2" col="2" expand="1">
145                                 <separator string="Groups" colspan="2"/>
146                                 <field colspan="2" nolabel="1" name="groups_id"/>
147                             </group>
148                         </page>
149                         <page string="Companies" groups="base.group_multi_company">
150                             <field colspan="4" nolabel="1" name="company_ids" select="1"/>
151                         </page>
152                     </notebook>
153                 </form>
154             </field>
155         </record>
156         <record id="view_users_tree" model="ir.ui.view">
157             <field name="name">res.users.tree</field>
158             <field name="model">res.users</field>
159             <field name="type">tree</field>
160             <field name="arch" type="xml">
161                 <tree string="Users">
162                     <field name="name"/>
163                     <field name="login"/>
164                     <field name="context_lang"/>
165                     <field name="date"/>
166                 </tree>
167             </field>
168         </record>
169
170         <record id="view_users_search" model="ir.ui.view">
171             <field name="name">res.users.search</field>
172             <field name="model">res.users</field>
173             <field name="type">search</field>
174             <field name="arch" type="xml">
175                 <search string="Users">
176                     <field name="name"/>
177                     <field name="login"/>
178                     <field name="address_id" string="Address"/>
179                     <field name="company_ids" string="Company" groups="base.group_multi_company"/>
180                 </search>
181             </field>
182         </record>
183         <!--
184     ======================
185     Company
186     ======================
187     -->
188         <record id="view_company_form" model="ir.ui.view">
189             <field name="name">res.company.form</field>
190             <field name="model">res.company</field>
191             <field name="type">form</field>
192             <field name="arch" type="xml">
193                 <form string="Company">
194                     <group colspan="4" col="6">
195                         <field colspan="4" name="name" select="1"/>
196                         <field name="partner_id" readonly="1" select="1" required="0"/>
197                         <field name="parent_id" select="1" groups="base.group_multi_company"/>
198                     </group>
199                     <notebook colspan="4">
200                         <page string="General Information">
201                             <field name="rml_header1" colspan="4"/>
202                             <field name="rml_footer1" colspan="4"/>
203                             <field name="rml_footer2" colspan="4"/>
204                             <field name="currency_id"/>
205                             <separator colspan="4" string="Your Logo - Use a size of about 450x150 pixels."/>
206                             <field colspan="4" name="logo" widget="image"/>
207                         </page>
208                         <page string="Header/Footer" groups="base.group_extended">
209                             <field colspan="4" name="rml_header" nolabel="1"/>
210                         </page>
211                         <page string="Internal Header/Footer" groups="base.group_extended">
212                             <separator string="Portrait" colspan="2"/>
213                             <separator string="Landscape" colspan="2"/>
214                             <field colspan="2" name="rml_header2" nolabel="1"/>
215                             <field colspan="2" name="rml_header3" nolabel="1"/>
216                         </page>
217                         <page string="Configuration">
218                         </page>
219                     </notebook>
220                 </form>
221             </field>
222         </record>
223         <record id="view_company_tree" model="ir.ui.view">
224             <field name="name">res.company.tree</field>
225             <field name="model">res.company</field>
226             <field name="type">tree</field>
227             <field name="field_parent">child_ids</field>
228             <field name="arch" type="xml">
229                 <tree string="Companies">
230                     <field name="name"/>
231                     <field name="partner_id"/>
232                 </tree>
233             </field>
234         </record>
235
236         <record id="view_users_configuration_form" model="ir.ui.view">
237             <field name="name">res.config.users.confirm.form</field>
238             <field name="model">res.config.users</field>
239             <field name="type">form</field>
240             <field name="inherit_id" ref="res_config_view_base"/>
241             <field name="arch" type="xml">
242               <data>
243                 <form position="attributes">
244                   <attribute name="string">Create User</attribute>
245                 </form>
246                 <xpath expr='//separator[@string="title"]' position='attributes'>
247                     <attribute name='string'>New User</attribute>
248               </xpath>
249                 <xpath expr="//label[@string='description']"
250                      position="attributes">
251                 <attribute name="string">Create additional users and assign them groups that will allow them to have access to selected functionalities within the system. Click on 'Done' if you do not wish to add more users at this stage, you can always do this later.</attribute>
252               </xpath>
253               <xpath expr='//separator[@string="vsep"]' position='attributes'>
254                         <attribute name='string'></attribute>
255                     </xpath>
256                 <group string="res_config_contents" position="replace">
257                   <field name="name"/>
258                   <field name="email"/>
259                   <field name="login"/>
260                   <field name="password" password="True"/>
261                   <field name="context_lang"/>
262                   <field name="context_tz"/>
263
264                   <separator string="Group" colspan="4"/>
265                   <label  align="0.0" colspan="4" string="Groups are used to define access rights on objects and the visibility of screens and menus"/>
266                   <field colspan="4" nolabel="1" name="groups_id"/>
267                 </group>
268
269                 <xpath expr='//button[@name="action_next"]'
270                        position='attributes'>
271                   <attribute name="name">action_add</attribute>
272                   <attribute name='string'>Add User</attribute>
273                   <attribute name='icon'>gtk-add</attribute>
274                 </xpath>
275
276                 <xpath expr='//button[@name="action_skip"]'
277                        position='attributes'>
278                   <!-- if this one is performed first, it transforms
279                        the action_skip into action_next, and the
280                        transformation of action_next to action_add,
281                        since it uses first-match, transforms the same
282                        button. And we end up with [add] [next] instead
283                        of [next] [add]
284
285                        Would probably be simpler to just replace both
286                        by nothing and create a pair of brand new
287                        buttons... but we'd have to handle the groups
288                        around the buttons... oh well...
289                   -->
290                   <attribute name="name">action_next</attribute>
291                   <attribute name='string'>Done</attribute>
292                   <attribute name='icon'>gtk-go-forward</attribute>
293                 </xpath>
294               </data>
295             </field>
296         </record>
297
298         <record id="action_config_user_form" model="ir.actions.act_window">
299             <field name="name">Create Users</field>
300             <field name="type">ir.actions.act_window</field>
301             <field name="res_model">res.config.users</field>
302             <field name="view_type">form</field>
303             <field name="view_mode">form</field>
304             <field name="view_id" ref="view_users_configuration_form"/>
305             <field name="target">new</field>
306         </record>
307         
308       <!--     Config Wiz     Give access to others users-->
309         
310         <record id="action_config_access_other_user" model="ir.actions.act_window">
311             <field name="name">Give access to others users</field>
312             <field name="type">ir.actions.act_window</field>
313             <field name="res_model">res.config.users</field>
314             <field name="view_type">form</field>
315             <field name="view_mode">form</field>
316             <field name="view_id" ref="view_users_form"/>
317         </record>
318         
319         <!--   register configuration wizard -->
320
321         <record id="config_wizard_action_config_user_form" model="ir.actions.todo">
322             <field name="action_id" ref="action_config_access_other_user"/>
323             <field name="restart">never</field>
324             <field name="target">current</field>
325             <field name="sequence">1000</field>
326         </record>
327
328         <record id="view_confirm_simple_view_form" model="ir.ui.view">
329             <field name="name">Configure Your Interface</field>
330             <field name="model">res.config.view</field>
331             <field name="type">form</field>
332             <field name="inherit_id" ref="res_config_view_base"/>
333             <field name="arch" type="xml">
334               <data>
335                 <form position="attributes">
336                   <attribute name="string">Configure Your Interface</attribute>
337                 </form>
338                 <xpath expr="//label[@string='description']"
339                      position="attributes">
340                 <attribute name="string">If you use OpenERP for the first time we strongly advise you to select the simplified interface, which has less features but is easier. You can always switch later from the user preferences.</attribute>
341               </xpath>
342               <xpath expr='//separator[@string="title"]' position='attributes'>
343                     <attribute name='string'>Configure Your Interface</attribute>
344               </xpath>
345               <xpath expr='//separator[@string="vsep"]' position='attributes'>
346                     <attribute name='string'></attribute>
347                     <attribute name='rowspan'>12</attribute>
348               </xpath>
349                <group string="res_config_contents" position="replace">
350                       <group colspan="4">
351                           <field colspan="4" name="view" nolabel="1"/>
352                     </group>
353                 </group>
354                 <xpath expr='//button[@name="action_skip"]' position='replace'/>
355               </data>
356             </field>
357         </record>
358
359         <record id="action_config_simple_view_form" model="ir.actions.act_window">
360             <field name="name">Configure Your Interface</field>
361             <field name="type">ir.actions.act_window</field>
362             <field name="res_model">res.config.view</field>
363             <field name="view_type">form</field>
364             <field name="view_id" ref="view_confirm_simple_view_form"/>
365             <field name="view_mode">form</field>
366             <field name="target">new</field>
367         </record>
368
369         <record id="config_wizard_step_user" model="ir.actions.todo">
370             <field name="action_id" ref="action_config_user_form"/>
371             <field name="sequence">10</field>
372             <field name="restart">never</field>
373             <field name="state">done</field>
374         </record>
375         <record id="config_wizard_simple_view" model="ir.actions.todo">
376             <field name="action_id" ref="action_config_simple_view_form"/>
377             <field name="restart">on_trigger</field>
378             <field name="sequence">1</field>
379             <field name="state">skip</field>
380         </record>
381         
382 <!--        Define default users preferences-->
383
384        <record id="view_user_preferences_config_form" model="ir.ui.view">
385             <field name="name">Define default users preferences</field>
386             <field name="model">user.preferences.config</field>
387             <field name="type">form</field>
388             <field name="inherit_id" ref="res_config_view_base"/>
389             <field name="arch" type="xml">
390               <data>
391                 <form position="attributes">
392                   <attribute name="string">Define default users preferences</attribute>
393                 </form>
394               <xpath expr='//separator[@string="title"]' position='attributes'>
395                     <attribute name='string'>Define default users preferences</attribute>
396               </xpath>
397               <xpath expr="//label[@string='description']"
398                  position="attributes">
399                 <attribute name="string">Set Timezone,Language,Interface,MenuTip as default for all users by company.</attribute>
400               </xpath>
401               <xpath expr='//separator[@string="vsep"]' position='attributes'>
402                     <attribute name='string'></attribute>
403                     <attribute name='rowspan'>12</attribute>
404               </xpath>
405                <group string="res_config_contents" position="replace">
406                       <group colspan="4">
407                           <field colspan="4" name="company_id" />
408                           <field colspan="4" name="context_tz" />
409                           <field colspan="4" name="context_lang" />
410                           <field colspan="4" name="view" />
411                           <field colspan="4" name="menu_tips" />
412                     </group>
413                 </group>
414               </data>
415             </field>
416         </record>
417
418         <record id="action_user_preferences_config_form" model="ir.actions.act_window">
419             <field name="name">Define default users preferences</field>
420             <field name="type">ir.actions.act_window</field>
421             <field name="res_model">user.preferences.config</field>
422             <field name="view_type">form</field>
423             <field name="view_id" ref="view_user_preferences_config_form"/>
424             <field name="view_mode">form</field>
425             <field name="target">new</field>
426         </record>
427
428         <!--   Register configuration wizard -->
429         
430         <record id="config_action_user_preferences_config_form" model="ir.actions.todo">
431             <field name="action_id" ref="action_user_preferences_config_form"/>
432             <field name="restart">on_trigger</field>
433         </record>
434         
435     </data>
436 </openerp>