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.

19 lines
704 B

  1. # Copyright (C) 2018 - 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 - Load Picking by Partner Name improvment',
  6. 'summary': "Improve load of picking in PoS by partner name",
  7. 'version': '12.0.1.0.1',
  8. 'category': 'Point of Sale',
  9. 'author': 'GRAP,Odoo Community Association (OCA)',
  10. 'website': 'http://www.github.com/OCA/pos',
  11. 'license': 'AGPL-3',
  12. 'maintainers': ['legalsylvain'],
  13. 'development_status': 'Beta',
  14. 'depends': [
  15. 'pos_picking_load',
  16. ],
  17. 'pre_init_hook': 'pre_init_hook',
  18. 'installable': True,
  19. }