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.

28 lines
816 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016-2018 Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # Copyright 2018 David Vidal <david.vidal@tecnativa.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Point of Sale Order Return',
  7. 'version': '10.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'author': 'La Louve, '
  10. 'GRAP, '
  11. 'Tecnativa, '
  12. 'Odoo Community Association (OCA)',
  13. 'license': 'AGPL-3',
  14. 'website': 'https://www.github.com/OCA/pos',
  15. 'depends': [
  16. 'point_of_sale',
  17. ],
  18. 'data': [
  19. 'wizard/pos_partial_return_wizard_view.xml',
  20. 'views/pos_order_view.xml',
  21. 'views/product_product_view.xml',
  22. ],
  23. 'demo': [
  24. 'demo/product_product.xml',
  25. ],
  26. 'installable': True,
  27. }