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.

26 lines
776 B

  1. # coding: utf-8
  2. # Copyright 2018 - Today 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 Creation Delayed',
  6. 'summary': 'Delay the creation of the picking when PoS order is created',
  7. 'version': '10.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'author': 'GRAP, '
  10. 'Odoo Community Association (OCA)',
  11. 'license': 'AGPL-3',
  12. 'website': 'https://www.github.com/OCA/pos',
  13. 'depends': [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. 'data/ir_cron.xml',
  18. 'views/view_pos_config.xml',
  19. 'views/view_pos_order.xml',
  20. ],
  21. 'images': [
  22. 'static/description/pos_order_tree.png',
  23. ],
  24. 'installable': True,
  25. }