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
831 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 Return Order',
  7. 'version': '9.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'summary': 'Point of Sale Return Order',
  10. 'author': 'La Louve, GRAP, Odoo Community Association (OCA)',
  11. 'website': 'http://www.lalouve.net',
  12. 'depends': [
  13. 'point_of_sale',
  14. ],
  15. 'data': [
  16. 'views/action.xml',
  17. 'views/pos_order_view.xml',
  18. 'views/pos_order_line_view.xml',
  19. 'views/product_product_view.xml',
  20. 'views/pos_partial_return_wizard_view.xml',
  21. ],
  22. 'demo': [
  23. 'demo/product_product.xml',
  24. ],
  25. 'installable': True,
  26. }