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

  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 Trade Receivable Autoreconcile',
  6. 'version': '0.1',
  7. 'author': 'Versada UAB,Odoo Community Association (OCA)',
  8. 'category': 'Point Of Sale',
  9. 'website': 'http://www.versada.lt',
  10. 'depends': [
  11. 'point_of_sale',
  12. ],
  13. 'data': [
  14. 'security/ir.model.access.csv',
  15. ],
  16. 'installable': True,
  17. 'application': False,
  18. }