Compare commits
2 Commits
18.0-ref
...
18.0-fix-r
| Author | SHA1 | Date | |
|---|---|---|---|
| a48b428b06 | |||
|
|
7996ecc501 |
@@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
"name": "hr_holidays_timeoff_analysis",
|
||||
"version": "18.0.1.0.0",
|
||||
"version": "18.0.1.0.1",
|
||||
"author": "Elabore",
|
||||
"website": "https://git.elabore.coop/elabore/elabore-addons",
|
||||
"maintainer": "Elabore",
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_hr_leave_timeoff_day_user,access_hr_holidays_timeoff_day_user,model_hr_leave_timeoff_day,hr_holidays.group_hr_holidays_user,1,0,0,0
|
||||
access_hr_leave_timeoff_day_manager,access_hr_holidays_timeoff_day_manager,model_hr_leave_timeoff_day,hr_holidays.group_hr_holidays_manager,1,0,0,0
|
||||
|
||||
|
@@ -62,15 +62,13 @@
|
||||
<field name="model">hr.employee</field>
|
||||
<field name="inherit_id" ref="hr.view_employee_tree" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//list" position="inside">
|
||||
<header>
|
||||
<xpath expr="//header" position="inside">
|
||||
<button
|
||||
type="object"
|
||||
name="action_lv_allocations_requests_wizard"
|
||||
string="Generate Luncheon Vouchers Allocations"
|
||||
class="btn-primary"
|
||||
/>
|
||||
</header>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user