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

  1. # Copyright (C) 2013 - Today: GRAP (http://www.grap.coop)
  2. # @author: Julien WESTE
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Point Of Sale - Invoicing',
  7. 'summary': 'Handle invoicing from Point Of Sale',
  8. 'version': '12.0.3.0.0',
  9. 'category': 'Point of Sale',
  10. 'author': 'GRAP, Odoo Community Association (OCA)',
  11. 'website': 'http://www.github.com/OCA/pos',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. 'views/view_account_invoice.xml',
  18. ],
  19. 'installable': True,
  20. }