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.

29 lines
881 B

  1. # Copyright 2016-2018 Sylvain LE GAL (https://twitter.com/legalsylvain)
  2. # Copyright 2018 David Vidal <david.vidal@tecnativa.com>
  3. # Copyright 2018 Lambda IS DOOEL <https://www.lambda-is.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': '12.0.1.0.3',
  8. 'category': 'Point Of Sale',
  9. 'author': 'La Louve, '
  10. 'GRAP, '
  11. 'Tecnativa, '
  12. 'Lambda IS, '
  13. 'Odoo Community Association (OCA)',
  14. 'license': 'AGPL-3',
  15. 'website': 'https://www.github.com/OCA/pos',
  16. 'depends': [
  17. 'point_of_sale',
  18. ],
  19. 'data': [
  20. 'wizard/pos_partial_return_wizard_view.xml',
  21. 'views/pos_order_view.xml',
  22. 'views/product_product_view.xml',
  23. ],
  24. 'demo': [
  25. 'demo/product_product.xml',
  26. ],
  27. 'installable': True,
  28. }