18.0-fix-rights-timeoffanalysis #22

Open
laetitiadacosta wants to merge 12 commits from 18.0-fix-rights-timeoffanalysis into 16.0
Showing only changes of commit 7996ecc501 - Show all commits

View File

@@ -62,15 +62,13 @@
<field name="model">hr.employee</field> <field name="model">hr.employee</field>
<field name="inherit_id" ref="hr.view_employee_tree" /> <field name="inherit_id" ref="hr.view_employee_tree" />
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//list" position="inside"> <xpath expr="//header" position="inside">
<header>
<button <button
type="object" type="object"
name="action_lv_allocations_requests_wizard" name="action_lv_allocations_requests_wizard"
string="Generate Luncheon Vouchers Allocations" string="Generate Luncheon Vouchers Allocations"
class="btn-primary" class="btn-primary"
/> />
</header>
</xpath> </xpath>
</field> </field>
</record> </record>