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.

32 lines
930 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
  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': 'POS Picking Load',
  7. 'version': '8.0.1.1.0',
  8. 'author': 'GRAP,Odoo Community Association (OCA)',
  9. 'category': 'Point Of Sale',
  10. 'license': 'AGPL-3',
  11. 'depends': [
  12. 'point_of_sale',
  13. ],
  14. 'website': 'https://odoo-community.org/',
  15. 'data': [
  16. 'views/view_pos_config.xml',
  17. 'views/view_sale_order.xml',
  18. 'views/view_stock_picking.xml',
  19. 'views/view_stock_picking_type.xml',
  20. 'views/pos_picking_load.xml',
  21. ],
  22. 'demo': [
  23. 'demo/res_groups.xml',
  24. 'demo/product_template.xml',
  25. 'demo/sale_order.xml',
  26. 'demo/stock_picking_type.xml',
  27. ],
  28. 'qweb': [
  29. 'static/src/xml/pos_picking_load.xml',
  30. ],
  31. }