21 lines
643 B
XML
21 lines
643 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<menuitem
|
|
id="menu_discount_loyalty_type_config"
|
|
action="loyalty.loyalty_program_discount_loyalty_action"
|
|
name="Discount & 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 & eWallet"
|
|
parent="point_of_sale.pos_config_menu_catalog"
|
|
groups="point_of_sale.group_pos_manager"
|
|
sequence="92"
|
|
/>
|
|
</odoo>
|