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
742 B

  1. # coding: utf-8
  2. # Copyright (C) 2013 - Today: GRAP (http://www.grap.coop)
  3. # @author: Julien WESTE
  4. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name': 'Point Of Sale - Invoicing',
  8. 'summary': 'Handle invoicing from Point Of Sale',
  9. 'version': '8.0.3.0.0',
  10. 'category': 'Point of Sale',
  11. 'author': 'GRAP',
  12. 'website': 'http://www.grap.coop',
  13. 'license': 'AGPL-3',
  14. 'depends': [
  15. 'point_of_sale',
  16. ],
  17. 'data': [
  18. 'views/view_account_invoice.xml',
  19. ],
  20. 'demo': [
  21. 'demo/res_groups.xml',
  22. ],
  23. 'images': [
  24. 'static/description/account_invoice_form.png',
  25. ],
  26. 'installable': False,
  27. }