mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 06:52:01 +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
19
odoo-bringout-oca-rma-rma/rma/views/menus.xml
Normal file
19
odoo-bringout-oca-rma-rma/rma/views/menus.xml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright 2020 Tecnativa - Ernesto Tejeda
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
||||
<odoo>
|
||||
<menuitem id="rma_menu" name="RMA" web_icon="rma,static/description/icon.png" />
|
||||
<menuitem id="rma_orders_menu" parent="rma_menu" name="Orders" sequence="10" />
|
||||
<menuitem
|
||||
id="rma_reporting_menu"
|
||||
parent="rma_menu"
|
||||
name="Reporting"
|
||||
sequence="20"
|
||||
/>
|
||||
<menuitem
|
||||
id="rma_configuration_menu"
|
||||
parent="rma_menu"
|
||||
name="Configuration"
|
||||
sequence="30"
|
||||
/>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue