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.

18 lines
572 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 KMEE INFORMATICA LTDA (https://kmee.com.br)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'POS Order Picking Link',
  6. 'version': '8.0.1.1.0',
  7. 'category': 'Point of Sale',
  8. 'summary': 'Adds link between Pos orders and generated pickings',
  9. 'author': 'KMEE INFORMATICA LTDA, Odoo Community Association (OCA)',
  10. 'website': 'http://www.kmee.com.br',
  11. 'license': 'AGPL-3',
  12. 'depends': ['point_of_sale'],
  13. 'data': [
  14. 'views/stock_view.xml',
  15. ],
  16. 'installable': True,
  17. }