mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] hr_payslip_line_date: to 15.0
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
|
||||
<odoo>
|
||||
|
||||
<act_window id="action_payslip"
|
||||
name="Payslip List"
|
||||
res_model="hr.payslip.line"
|
||||
view_mode="tree,pivot" />
|
||||
<record id="action_payslip_lines" model="ir.actions.act_window">
|
||||
<field name="name">Payslip Lines</field>
|
||||
<field name="res_model">hr.payslip.line</field>
|
||||
<field name="view_mode">tree,pivot</field>
|
||||
</record>
|
||||
|
||||
<menuitem id="payslip_reporting_view"
|
||||
name="Payslip Lines"
|
||||
parent="hr_payroll.menu_hr_payroll_report"
|
||||
action="action_payslip" />
|
||||
action="action_payslip_lines" />
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user