pos_loyalty/views/pos_loyalty_menu_views.xml

21 lines
643 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<menuitem
id="menu_discount_loyalty_type_config"
action="loyalty.loyalty_program_discount_loyalty_action"
name="Discount &amp; Loyalty"
parent="point_of_sale.pos_config_menu_catalog"
groups="point_of_sale.group_pos_manager"
sequence="91"
/>
<menuitem
id="menu_gift_ewallet_type_config"
action="loyalty.loyalty_program_gift_ewallet_action"
name="Gift cards &amp; eWallet"
parent="point_of_sale.pos_config_menu_catalog"
groups="point_of_sale.group_pos_manager"
sequence="92"
/>
</odoo>