1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/hr_payroll_holidays/views/hr_payslip_run_views.xml
2024-12-10 09:04:09 +07:00

14 lines
553 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="hr_payslip_run_view_tree" model="ir.ui.view">
<field name="name">hr.payslip.run.view.tree.inherit.hr.payroll.holidays</field>
<field name="model">hr.payslip.run</field>
<field name="inherit_id" ref="hr_payroll.hr_payslip_run_tree"/>
<field name="arch" type="xml">
<xpath expr="//tree" position="attributes">
<attribute name="js_class">hr_payroll_payslip_tree</attribute>
</xpath>
</field>
</record>
</odoo>