oca-ocb-sale/odoo-bringout-oca-ocb-sale_loyalty/sale_loyalty/views/sale_loyalty_menus.xml
Ernad Husremovic 73afc09215 19.0 vanilla
2026-03-09 09:32:12 +01:00

16 lines
513 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<menuitem id="menu_discount_loyalty_type_config"
action="loyalty.loyalty_program_discount_loyalty_action"
parent="sale.product_menu_catalog"
groups="sales_team.group_sale_manager"
sequence="40"/>
<menuitem id="menu_gift_ewallet_type_config"
action="loyalty.loyalty_program_gift_ewallet_action"
parent="sale.product_menu_catalog"
groups="sales_team.group_sale_manager"
sequence="50"/>
</odoo>