res_groups.yml 725 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# -*- coding: utf-8 -*-
# Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).


- !record {model: res.groups, id: group_pos_negative_qty}:
    users:
        - base.user_root

- !record {model: res.groups, id: group_pos_discount}:
    users:
        - base.user_root
        - base.user_demo

- !record {model: res.groups, id: group_pos_change_unit_price}:
    users:
        - base.user_root

- !record {model: res.groups, id: group_pos_multi_order}:
    users:
        - base.user_root

- !record {model: res.groups, id: group_pos_delete_order}:
    users:
        - base.user_root