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.

27 lines
852 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': '11.0.1.0.0',
  7. 'development_status': "Production/Stable",
  8. 'category': 'Point Of Sale',
  9. 'author': 'GRAP, '
  10. 'Odoo Community Association (OCA)',
  11. 'maintainers': ['legalsylvain', 'chienandalu'],
  12. 'license': 'AGPL-3',
  13. 'website': 'https://www.github.com/OCA/pos',
  14. 'depends': [
  15. 'point_of_sale',
  16. 'queue_job',
  17. ],
  18. 'data': [
  19. 'views/view_pos_config.xml',
  20. 'views/view_pos_order.xml',
  21. ],
  22. 'images': [
  23. 'static/description/pos_order_tree.png',
  24. ],
  25. 'installable': True,
  26. }