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.

36 lines
1.1 KiB

  1. # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
  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 - Picking Load',
  6. 'summary': "Load and confirm stock pickings via Point Of Sale",
  7. 'version': '12.0.1.0.2',
  8. 'category': 'Point Of Sale',
  9. 'author': 'GRAP,Odoo Community Association (OCA)',
  10. 'website': 'https://www.github.com/OCA/pos',
  11. 'license': 'AGPL-3',
  12. 'maintainers': ['legalsylvain'],
  13. 'development_status': 'Beta',
  14. 'depends': [
  15. 'sale_stock',
  16. 'point_of_sale',
  17. ],
  18. 'data': [
  19. 'views/view_pos_config.xml',
  20. 'views/view_sale_order.xml',
  21. 'views/view_stock_picking.xml',
  22. 'views/view_stock_picking_type.xml',
  23. 'views/pos_picking_load.xml',
  24. ],
  25. 'demo': [
  26. 'demo/res_groups.xml',
  27. 'demo/res_partner.xml',
  28. 'demo/product_template.xml',
  29. 'demo/sale_order.xml',
  30. 'demo/stock_picking_type.xml',
  31. ],
  32. 'qweb': [
  33. 'static/src/xml/pos_picking_load.xml',
  34. ],
  35. 'installable': True,
  36. }