# -*- coding: utf-8 -*- # This file is part of OpenERP. The COPYRIGHT file at the top level of # this module contains the full copyright notices and license terms. { 'name': 'POS Trade Receivable Autoreconcile', 'version': '0.1', 'author': 'Versada UAB,Odoo Community Association (OCA)', 'category': 'Point Of Sale', 'website': 'http://www.versada.lt', 'depends': [ 'point_of_sale', ], 'data': [ 'security/ir.model.access.csv', ], 'installable': True, 'application': False, }