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.

20 lines
730 B

  1. # -*- coding: utf-8 -*-
  2. # (c) 2015 Daniel Campos <danielcampos@avanzosc.es> - Avanzosc S.L.
  3. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  4. {
  5. "name": "POS invoicing from picking",
  6. "version": "8.0.1.0.0",
  7. 'author': 'OdooMRP team',
  8. 'website': "http://www.odoomrp.com",
  9. 'license': 'AGPL-3',
  10. 'contributors': ["Daniel Campos <danielcampos@avanzosc.es>",
  11. "Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>",
  12. "Ana Juaristi <ajuaristio@gmail.com>"],
  13. "depends": ['point_of_sale', 'stock_account',
  14. 'stock_picking_invoice_link'],
  15. "category": "POS",
  16. "data": ['views/point_of_sale_view.xml'
  17. ],
  18. "installable": True
  19. }