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.

17 lines
515 B

  1. # Copyright 2018-19 Tecnativa S.L. - David Vidal
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'POS Stock Picking Invoice Link',
  5. 'version': '11.0.1.0.0',
  6. 'category': 'Point of Sale',
  7. 'author': 'Tecnativa,'
  8. 'Odoo Community Association (OCA)',
  9. 'website': 'https://github.com/OCA/pos',
  10. 'license': 'AGPL-3',
  11. 'depends': [
  12. 'point_of_sale',
  13. 'stock_picking_invoice_link',
  14. ],
  15. 'application': False,
  16. 'installable': True,
  17. }