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.

35 lines
985 B

8 years ago
8 years ago
8 years ago
8 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2016-Today GRAP (http://www.grap.coop)
  3. # Copyright (C) 2016-Today GRAP (http://www.lalouve.net)
  4. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name': 'Generate Barcodes',
  8. 'summary': 'Generate Barcodes for Products and Partners',
  9. 'version': '1.0',
  10. 'category': 'Point Of Sale',
  11. 'author':
  12. 'GRAP,'
  13. 'La Louve,'
  14. 'Odoo Community Association (OCA)',
  15. 'website': 'http://www.odoo-community.org',
  16. 'license': 'AGPL-3',
  17. 'depends': [
  18. 'barcodes',
  19. 'point_of_sale',
  20. ],
  21. 'data': [
  22. 'security/res_groups.xml',
  23. 'views/view_res_partner.xml',
  24. 'views/view_product_product.xml',
  25. 'views/view_barcode_rule.xml',
  26. ],
  27. 'demo': [
  28. 'demo/res_users.xml',
  29. 'demo/barcode_rule.xml',
  30. ],
  31. 'images': [
  32. 'static/description/barcode_rule.png'
  33. ],
  34. }