mirror of
https://github.com/bringout/oca-payroll.git
synced 2026-04-21 20:22:00 +02:00
10 lines
270 B
XML
10 lines
270 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<menuitem
|
|
id="hr_period_configure"
|
|
parent="payroll.payroll_menu_configuration"
|
|
name="Fiscal Years and Periods"
|
|
groups="payroll.group_payroll_manager"
|
|
sequence="50"
|
|
/>
|
|
</odoo>
|