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.

25 lines
763 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Point of Sale - Extra Access Right',
  7. 'version': '9.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'summary': 'Point of Sale - Extra Access Right for certain actions',
  10. 'author': 'La Louve, GRAP, Odoo Community Association (OCA)',
  11. 'website': 'http://www.lalouve.net/',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. 'security/res_groups.yml',
  18. 'static/src/xml/templates.xml',
  19. ],
  20. 'demo': [
  21. 'demo/res_groups.yml',
  22. ],
  23. 'installable': True,
  24. }