You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
614 B

8 years ago
8 years ago
8 years ago
8 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2016-Today: GRAP (http://www.grap.coop)
  4. Copyright (C) 2016-Today GRAP (http://www.lalouve.net)
  5. @author Sylvain LE GAL (https://twitter.com/legalsylvain)
  6. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  7. -->
  8. <odoo>
  9. <record id="base.user_root" model="res.users">
  10. <field name="groups_id" eval="[
  11. (4, ref('barcodes_generate.generate_product_barcode')),
  12. (4, ref('barcodes_generate.generate_partner_barcode')),
  13. (4, ref('product.group_product_variant')),
  14. ]" />
  15. </record>
  16. </odoo>