[IMP] addons: add default employee group on default_groups_ref.
[odoo/odoo.git] / addons / hr_recruitment / res_config_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data noupdate="1">
4         <!-- After installation of the module, open the related menu -->
5         <record id="base.open_menu" model="ir.actions.todo">
6             <field name="action_id" ref="hr.action_client_hr_menu"/>
7             <field name="state">open</field>
8         </record>
9     </data>
10     <data>
11         <record id="view_hr_apll_config_settings" model="ir.ui.view">
12             <field name="name">hr settings for recruitment</field>
13             <field name="model">hr.config.settings</field>
14             <field name="inherit_id" ref="hr.view_human_resources_configuration"/>
15             <field name="arch" type="xml">
16                 <div name="recruitment" position="inside">
17                     <div>
18                         <field name="fetchmail_applicants" class="oe_inline"/>
19                         <label for="fetchmail_applicants"/>
20                         <button name="configure_fetchmail_applicants" type="object" string="Configure" icon="gtk-go-forward"
21                             attrs="{'invisible': [('fetchmail_applicants','=',False)]}" class="oe_link"/>
22                     </div>
23                     <div>
24                         <field name="module_document_ftp" class="oe_inline"/>
25                         <label for="module_document_ftp"/>
26                     </div>
27                 </div>
28             </field>
29         </record>
30     </data>
31 </openerp>