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.

26 lines
813 B

10 years ago
  1. # -*- coding: utf-8 -*-
  2. # This file is part of OpenERP. The COPYRIGHT file at the top level of
  3. # this module contains the full copyright notices and license terms.
  4. {
  5. 'name': 'POS No Bank Statement',
  6. 'version': '0.1',
  7. 'author': 'Versada UAB',
  8. 'category': 'Other',
  9. 'website': 'http://www.versada.lt',
  10. 'description': """
  11. This module allows user make POS Payment Method (Account Journal) not to create
  12. Bank Statement Lines. This also means that no Journal Entries is going to be
  13. created. One possible usage of the module is when products are sold only by
  14. issuing an Invoice without registering any payment.
  15. """,
  16. 'depends': [
  17. 'point_of_sale'
  18. ],
  19. 'data': [
  20. 'view/account.xml',
  21. ],
  22. 'demo': ['demo.xml'],
  23. 'installable': True,
  24. 'application': False,
  25. }