[FIX] website: url_for() does not mess up anchor links
[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="module_document" class="oe_inline"/>
19                         <label for="module_document"/>
20                     </div>
21                 </div>
22             </field>
23         </record>
24     </data>
25 </openerp>