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
805 B

  1. # Copyright 2018 - Today Sylvain LE GAL (https://twitter.com/legalsylvain)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Point of Sale - Picking Creation Delayed',
  5. 'summary': 'Delay the creation of the picking when PoS order is created',
  6. 'version': '12.0.1.0.2',
  7. 'category': 'Point Of Sale',
  8. 'author': 'GRAP, '
  9. 'Odoo Community Association (OCA)',
  10. 'license': 'AGPL-3',
  11. 'website': 'https://www.github.com/OCA/pos',
  12. 'depends': [
  13. 'point_of_sale',
  14. 'queue_job',
  15. ],
  16. 'data': [
  17. 'views/view_pos_config.xml',
  18. 'views/view_pos_order.xml',
  19. ],
  20. 'demo': [
  21. 'demo/pos_config.xml',
  22. ],
  23. 'images': [
  24. 'static/description/pos_order_tree.png',
  25. ],
  26. 'installable': True,
  27. }