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.

19 lines
571 B

  1. # -*- coding: utf-8 -*-
  2. # This file is part of Odoo. The COPYRIGHT file at the top level of
  3. # this module contains the full copyright notices and license terms.
  4. {
  5. 'name': 'Partner Credit Limit POS',
  6. 'version': '0.1.0',
  7. 'author': 'Versada',
  8. 'category': 'Point of Sale',
  9. 'website': 'http://versada.lt/',
  10. 'licence': 'AGPL-3',
  11. 'summary': 'Check partner credit limit in POS.',
  12. 'depends': [
  13. 'point_of_sale',
  14. 'partner_credit_limit',
  15. ],
  16. 'data': ['views/templates.xml'],
  17. 'installable': True,
  18. 'application': False,
  19. }