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.

24 lines
746 B

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