mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 01:51:59 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
17
odoo-bringout-oca-hack-payroll/payroll/views/menus.xml
Normal file
17
odoo-bringout-oca-hack-payroll/payroll/views/menus.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<!-- Root Menus -->
|
||||
<menuitem
|
||||
id="payroll_menu_root"
|
||||
name="Payroll"
|
||||
sequence="45"
|
||||
web_icon="payroll,static/description/icon.png"
|
||||
/>
|
||||
<menuitem
|
||||
id="payroll_menu_configuration"
|
||||
name="Configuration"
|
||||
parent="payroll_menu_root"
|
||||
sequence="100"
|
||||
groups="payroll.group_payroll_manager"
|
||||
/>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue