mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
hr_payroll_holidays hr_payroll_input_name_report hr_payroll_input_report hr_payroll_payment hr_payroll_timesheet hr_payslip_line_date l10n_us_fl_hr_payroll l10n_us_hr_payroll l10n_us_mo_hr_payroll l10n_us_oh_hr_payroll l10n_us_va_hr_payroll
19 lines
690 B
XML
Executable File
19 lines
690 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<record id="payslip_line_filter_date" model="ir.ui.view">
|
|
<field name="name">hr.payslip.line.select</field>
|
|
<field name="model">hr.payslip.line</field>
|
|
<field name="priority">20</field>
|
|
<field name="inherit_id" ref="hr_payroll.view_hr_payslip_line_filter"/>
|
|
<field name="arch" type="xml">
|
|
<data>
|
|
<xpath expr="//group" position="inside">
|
|
<filter string="Account Date" name="date" context="{'group_by':'date'}"/>
|
|
</xpath>
|
|
</data>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</odoo>
|